コード例 #1
0
 public function detach($owner)
 {
     parent::detach($owner);
     $this->objectId = null;
     $this->objectType = null;
     $this->_oaa = null;
 }
コード例 #2
0
 public function detach($owner)
 {
     $this->owner->metaData->removeRelation('translations');
     parent::detach($owner);
 }
コード例 #3
0
 /**
  * Detaches the behavior object from the component.
  * 
  * @param CActiveRecord $owner Owner instance
  */
 public function detach($owner)
 {
     $this->_removeInfoRelations();
     parent::detach($owner);
 }