Esempio n. 1
0
 /**
  * Post-Process the data after the entity has been constructed by the entity manager.
  *
  * @ORM\PostLoad
  * @see MUBoard_Entity_Base_Posting::performPostLoadCallback()
  * @return void.
  */
 public function postLoadCallback()
 {
     $uid = UserUtil::getVar('uid');
     MUBoard_Util_View::modifyPostings($uid);
     $this->performPostLoadCallback();
 }