public function __construct(array $options = null)
 {
     parent::__construct($options);
     $this->prependOptions(['driver' => null, 'data' => [], 'user' => null, 'password' => null]);
 }
Exemple #2
0
 public function __destruct()
 {
     if ($this->_adapter) {
         $this->_adapter->__destruct();
     }
 }