BumbleDocGen / Technical description of the project / Class map / OnLoadSourceLocatorsCollection
namespace BumbleDocGen\Core\Plugin\Event\Parser;
final class OnLoadSourceLocatorsCollection extends \Symfony\Contracts\EventDispatcher\Event
Called when source locators are loaded
- getSourceLocatorsCollection
- isPropagationStopped - Is propagation stopped?
- stopPropagation - Stops the propagation of the event to further event listeners.
- # __construct | source code
public function __construct(\BumbleDocGen\Core\Parser\SourceLocator\SourceLocatorsCollection $sourceLocatorsCollection);
Parameters:
Name | Type | Description |
---|---|---|
$sourceLocatorsCollection | \BumbleDocGen\Core\Parser\SourceLocator\SourceLocatorsCollection | - |
- # getSourceLocatorsCollection | source code
public function getSourceLocatorsCollection(): \BumbleDocGen\Core\Parser\SourceLocator\SourceLocatorsCollection;
Parameters: not specified
Return value: \BumbleDocGen\Core\Parser\SourceLocator\SourceLocatorsCollection
- # isPropagationStopped | source code
// Implemented in Symfony\Contracts\EventDispatcher\Event
public function isPropagationStopped(): bool;
Is propagation stopped?
Parameters: not specified
Return value: bool
- # stopPropagation | source code
// Implemented in Symfony\Contracts\EventDispatcher\Event
public function stopPropagation(): void;
Stops the propagation of the event to further event listeners.
Parameters: not specified
Return value: void