/**
  * @since 1.0
  * @uses  Controller::getControllerName()
  * @uses  getControllerDetail()
  * 
  * @return string
  */
 public function getParamDescription()
 {
     return \Midi\Util\Controller::getControllerName($this->param1) . ' ' . $this->getControllerDetail();
 }