Adamgoose\AnnotationFinder::getScannedRoutesPath PHP 메소드

getScannedRoutesPath() 공개 메소드

Get the path to the scanned routes file.
public getScannedRoutesPath ( ) : string
리턴 string
    public function getScannedRoutesPath()
    {
        return $this->app['path.storage'] . '/framework/routes.scanned.php';
    }