PHP Класс Adamgoose\AnnotationFinder

Показать файл Открыть проект

Открытые методы

Метод Описание
__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