lithium\console\command\create\Controller::_class PHP Method

_class() protected method

Get the controller class name.
protected _class ( string $request ) : string
$request string
return string
    protected function _class($request)
    {
        return $this->_name($request) . 'Controller';
    }