App\Console\Commands\ThemeMake::getPath PHP Метод

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

get theme directory
protected getPath ( ) : PluginEntity
Результат Xpressengine\Plugin\PluginEntity
    protected function getPath()
    {
        $path = $this->argument('path');
        list($plugin, $path) = explode('/', $path, 2);
        return $path;
    }