프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$scan | array | The classes to scan for annotations. |
메소드 | 설명 | |
---|---|---|
__construct ( array $scan ) : void | Create a new event scanner instance. | |
create ( array $scan ) : static | Create a new scanner instance. | |
getEventDefinitions ( ) : string | Convert the scanned annotations into route definitions. |
메소드 | 설명 | |
---|---|---|
buildListener ( string $class, string $method, array $events ) : string | Build the event listener for the class and method. | |
getClassesToScan ( ) : array | Get all of the ReflectionClass instances in the scan path. | |
getReader ( ) : Doctrine\Common\Annotations\SimpleAnnotationReader | Get an annotation reader instance. |
public __construct ( array $scan ) : void | ||
$scan | array | |
리턴 | void |
protected getClassesToScan ( ) : array | ||
리턴 | array |
public getEventDefinitions ( ) : string | ||
리턴 | string |
protected getReader ( ) : Doctrine\Common\Annotations\SimpleAnnotationReader | ||
리턴 | Doctrine\Common\Annotations\SimpleAnnotationReader |