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

protected method

Returns the name of the controller class, minus 'Controller'.

Parameters

  • string $request

Returns

string

Source

	protected function _name($request) {
		return Inflector::camelize($request->action);
	}