Example #1
0
 /**
  * 
  * @cmdObject string service the service
  * @cmdObject string macro the macro to update
  * @cmdParam string name optional the macro name
  * @cmdParam string value optional the macro value
  * @cmdParam boolean|true hidden optional is the macro hidden ?
  * @cmdParam boolean|false show optional is the macro showed ?
  */
 public function updateMacroAction($object, $params)
 {
     parent::updateMacroAction($object, $object['macro'], $params);
 }