PHP Class Collective\Annotations\AnnotationFinder

Show file Open project: laravelcollective/annotations Class Usage Examples

Public Methods

Method 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 method

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

eventsAreScanned() public method

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

getScannedEventsPath() public method

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

getScannedModelsPath() public method

Get the path to the scanned models file.
public getScannedModelsPath ( ) : string
return string

getScannedRoutesPath() public method

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

modelsAreScanned() public method

Determine if the application models have been scanned.
public modelsAreScanned ( ) : string
return string

routesAreScanned() public method

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