Метод | Описание | |
---|---|---|
__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. |
public __construct ( Illuminate\Contracts\Foundation\Application $app ) | ||
$app | Illuminate\Contracts\Foundation\Application |
public eventsAreScanned ( ) : boolean | ||
Результат | boolean |
public getScannedEventsPath ( ) : string | ||
Результат | string |
public getScannedRoutesPath ( ) : string | ||
Результат | string |
public routesAreScanned ( ) : boolean | ||
Результат | boolean |