/**
  * Action after load
  *
  * @access protected
  * @return Ibrams_CmsExtended_Model_Resource_Cmspage_Comment_Cmspage_Collection
  * @author Ultimate Module Creator
  */
 protected function _afterLoad()
 {
     parent::_afterLoad();
     if ($this->_addStoreDataFlag) {
         $this->_addStoreData();
     }
     return $this;
 }