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