lithium\console\command\create\Model::_class PHP 메소드

_class() 보호된 메소드

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