PHP Class Collective\Annotations\AnnotationFinder

Afficher le fichier Open project: laravelcollective/annotations Class Usage Examples

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

eventsAreScanned() public méthode

Determine if the application events have been scanned.
public eventsAreScanned ( ) : boolean
Résultat boolean

getScannedEventsPath() public méthode

Get the path to the scanned events file.
public getScannedEventsPath ( ) : string
Résultat string

getScannedModelsPath() public méthode

Get the path to the scanned models file.
public getScannedModelsPath ( ) : string
Résultat string

getScannedRoutesPath() public méthode

Get the path to the scanned routes file.
public getScannedRoutesPath ( ) : string
Résultat string

modelsAreScanned() public méthode

Determine if the application models have been scanned.
public modelsAreScanned ( ) : string
Résultat string

routesAreScanned() public méthode

Determine if the application routes have been scanned.
public routesAreScanned ( ) : boolean
Résultat boolean