コード例 #1
0
 /**
  * @see parent::updateFormFields()
  */
 function updateFormFields()
 {
     parent::updateFormFields();
     $this->_view = "{$this->code} - {$this->libelle}";
     $this->_shortview = $this->code;
 }
コード例 #2
0
 /**
  * @see parent::updateFormFields()
  */
 function updateFormFields()
 {
     parent::updateFormFields();
     $this->_view = "({$this->code}) {$this->libelle}";
     $this->_shortview = "({$this->code}) {$this->libelle_court}";
 }
コード例 #3
0
 /**
  * @see parent::loadView()
  */
 function loadView()
 {
     parent::loadView();
     $this->loadRefTypeActivite();
 }