PHP Класс Collective\Annotations\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.
getScannedModelsPath ( ) : string Get the path to the scanned models file.
getScannedRoutesPath ( ) : string Get the path to the scanned routes file.
modelsAreScanned ( ) : string Determine if the application models have been scanned.
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

getScannedModelsPath() публичный Метод

Get the path to the scanned models file.
public getScannedModelsPath ( ) : string
Результат string

getScannedRoutesPath() публичный Метод

Get the path to the scanned routes file.
public getScannedRoutesPath ( ) : string
Результат string

modelsAreScanned() публичный Метод

Determine if the application models have been scanned.
public modelsAreScanned ( ) : string
Результат string

routesAreScanned() публичный Метод

Determine if the application routes have been scanned.
public routesAreScanned ( ) : boolean
Результат boolean