예제 #1
0
 public function getCacheId()
 {
     $this->_cacheId = self::MODULE_NAME . '_' . parent::getCacheId();
     return $this->_cacheId;
 }