PHP 클래스 Collective\Annotations\Events\Annotations\Scanner

상속: extends Collective\Annotations\AnnotationScanner
파일 보기 프로젝트 열기: laravelcollective/annotations 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $scan ) : void Create a new event 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.

메소드 상세

__construct() 공개 메소드

Create a new event scanner instance.
public __construct ( array $scan ) : void
$scan array
리턴 void

buildListener() 보호된 메소드

Build the event listener for the class and method.
protected buildListener ( string $class, string $method, array $events ) : string
$class string
$method string
$events array
리턴 string

getEventDefinitions() 공개 메소드

Convert the scanned annotations into route definitions.
public getEventDefinitions ( ) : string
리턴 string