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

_class() protected method

Get the class name for the model.
protected _class ( string $request ) : string
$request string
return string
    protected function _class($request)
    {
        return Inflector::camelize($request->action);
    }
Model