Baum\Generators\Generator::getStubPath PHP Метод

getStubPath() публичный Метод

Get the path to the stubs.
public getStubPath ( ) : string
Результат string
    public function getStubPath()
    {
        return __DIR__ . '/stubs';
    }