lithium\console\command\create\Controller::_use()
Get the fully-qualified model class that is used by the controller.
Parameters
-
string
$request
Returns
stringSource
protected function _use($request) {
$request->params['command'] = 'model';
return $this->_namespace($request) . '\\' . $this->_model($request);
}