CodeExplorer formatNameForRequest example
return $this;
} /**
* {@inheritdoc}
*/
public function getModuleName() { if ($this->_module === null
) { $module =
$this->
getParam($this->
getModuleKey());
if ($module) { $this->_module =
strtolower($this->
getNameFormatter()->
formatNameForRequest($module));
} } return $this->_module;
} /**
* {@inheritdoc}
*/
public function getDeviceType() {