FOF30\Generator\Command\Command::getViewName PHP Метод

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

Get the view name from the input
protected getViewName ( object $input ) : string
$input object The input object
Результат string The view name
    protected function getViewName($input)
    {
        return ucfirst(strtolower($input->getString('name')));
    }