Exemplo n.º 1
0
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["object_class"] = "str show|0";
     $props["receiver_id"] = "ref class|CSyslogReceiver";
     $props["sender_class"] = "str show|0";
     $props["acquittement_content_id"] = "ref class|CContentAny show|0 cascade";
     $props["_acquittement"] = "text";
     return $props;
 }
Exemplo n.º 2
0
 /**
  * @see parent::loadView()
  */
 function loadView()
 {
     parent::loadView();
     $this->getObservations();
 }
Exemplo n.º 3
0
 /**
  * @see parent::loadRefsBack()
  */
 function loadRefsBack()
 {
     parent::loadRefsBack();
     $this->loadRefNotifications();
 }