PHP Class Adamgoose\AnnotationFinder

Afficher le fichier Open project: adamgoose/laravel-annotations

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.
getScannedRoutesPath ( ) : string Get the path to the scanned routes file.
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

getScannedRoutesPath() public méthode

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

routesAreScanned() public méthode

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