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

_model() protected method

Get the model class used in controller methods.
protected _model ( string $request ) : string
$request string
return string
    protected function _model($request)
    {
        return Inflector::camelize($request->action);
    }