示例#1
0
 /**
  * Sets the CMS.
  *
  * @return Bengine_Comm_CMS
  */
 protected static function setCMS()
 {
     self::$cmsObject = new Bengine_Comm_CMS();
     return self::$cmsObject;
 }