Exemplo n.º 1
0
 protected function __construct($cacheType, $params = null)
 {
     $this->_cacheStoreTypes = kCacheManager::getCacheSectionNames($cacheType);
     if ($params) {
         $this->_params = $params;
     } else {
         $this->_params = infraRequestUtils::getRequestParams();
     }
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }