示例#1
0
 /**
  * Set the categories after loading
  *
  * @return $this
  */
 protected function _afterLoad()
 {
     parent::_afterLoad();
     $this->getResource()->preparePosts(array($this));
     return $this;
 }
 protected function _afterLoad()
 {
     $this->loadSerializedData();
     return parent::_afterLoad();
 }