lithium\console\command\create\View::_name PHP Method

_name() protected method

Returns the name of the controller class, minus 'Controller'.
protected _name ( string $request ) : string
$request string
return string
    protected function _name($request)
    {
        return Inflector::camelize($request->action);
    }