Пример #1
0
 /**
  * Class constructor
  *
  * @param \Zend\Db\Adapter\AdapterInterface $adapter
  * @param \Zend\Cache\Storage\StorageInterface $staticCacheInstance
  */
 public function __construct(AdapterInterface $adapter, StorageInterface $staticCacheInstance)
 {
     parent::__construct($adapter);
     $this->serviceLocator = ServiceLocatorService::getServiceLocator();
     $this->staticCacheInstance = $staticCacheInstance;
 }