PHP Class Adamgoose\AnnotationFinder

Show file Open project: adamgoose/laravel-annotations

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

getScannedRoutesPath() public method

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

routesAreScanned() public method

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