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

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

Get the path.
protected getPath ( ) : string
Результат string
    protected function getPath()
    {
        // Path
        $path = $this->getDirectory() . DIRECTORY_SEPARATOR . $this->getCriteria() . '.php';
        // Return the path.
        return $path;
    }