lithium\console\command\create\Controller::_use()

protected method

Get the fully-qualified model class that is used by the controller.

Parameters

  • string $request

Returns

string

Source

	protected function _use($request) {
		$request->params['command'] = 'model';
		return $this->_namespace($request) . '\\' . $this->_model($request);
	}