Bosnadev\Repositories\Console\Commands\Creators\RepositoryCreator::getPath PHP 메소드

getPath() 보호된 메소드

Get the path.
protected getPath ( ) : string
리턴 string
    protected function getPath()
    {
        // Path.
        $path = $this->getDirectory() . DIRECTORY_SEPARATOR . $this->getRepositoryName() . '.php';
        // return path.
        return $path;
    }