Method | Description | |
---|---|---|
__construct ( array $scan ) : void | Create a new event scanner instance. | |
getEventDefinitions ( ) : string | Convert the scanned annotations into route definitions. |
Method | Description | |
---|---|---|
buildListener ( string $class, string $method, array $events ) : string | Build the event listener for the class and method. |
public __construct ( array $scan ) : void | ||
$scan | array | |
return | void |
public getEventDefinitions ( ) : string | ||
return | string |