PHP 클래스 Adamgoose\AnnotationFinder

파일 보기 프로젝트 열기: adamgoose/laravel-annotations

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Foundation\Application $app )
eventsAreScanned ( ) : boolean Determine if the application events have been scanned.
getScannedEventsPath ( ) : string Get the path to the scanned events file.
getScannedRoutesPath ( ) : string Get the path to the scanned routes file.
routesAreScanned ( ) : boolean Determine if the application routes have been scanned.

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\Foundation\Application $app )
$app Illuminate\Contracts\Foundation\Application

eventsAreScanned() 공개 메소드

Determine if the application events have been scanned.
public eventsAreScanned ( ) : boolean
리턴 boolean

getScannedEventsPath() 공개 메소드

Get the path to the scanned events file.
public getScannedEventsPath ( ) : string
리턴 string

getScannedRoutesPath() 공개 메소드

Get the path to the scanned routes file.
public getScannedRoutesPath ( ) : string
리턴 string

routesAreScanned() 공개 메소드

Determine if the application routes have been scanned.
public routesAreScanned ( ) : boolean
리턴 boolean