Bosnadev\Repositories\Console\Commands\Creators\CriteriaCreator::getStubPath PHP Метод

getStubPath() защищенный Метод

Get the stub path.
protected getStubPath ( ) : string
Результат string
    protected function getStubPath()
    {
        // Path
        $path = __DIR__ . '/../../../../../../resources/stubs/';
        // Return the path.
        return $path;
    }