Пример #1
0
 /**
  * @see parent::updateFormFields()
  */
 function updateFormFields()
 {
     parent::updateFormFields();
     $this->_view = $this->coded ? "# " : "";
     $this->_view .= $this->name;
 }
 /**
  * @return CExListItemsOwner
  */
 function getRealListOwner()
 {
     if ($this->concept_id) {
         return $this->loadRefConcept()->getRealListOwner();
     }
     return parent::getRealListOwner();
 }
Пример #3
0
 /**
  * @return CExList|CExListItemsOwner
  */
 function getRealListOwner()
 {
     if ($this->ex_list_id) {
         return $this->loadRefExList();
     }
     return parent::getRealListOwner();
 }