Flugg\Responder\Console\MakeTransformer::getClassFromNamespace PHP Метод

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

Get the full class path for the transformer.
protected getClassFromNamespace ( string $namespace ) : string
$namespace string
Результат string
    protected function getClassFromNamespace(string $namespace) : string
    {
        return last(explode('\\', $namespace));
    }