コード例 #1
0
 public function __construct(array $options = null)
 {
     parent::__construct($options);
     $this->prependOptions(['driver' => null, 'data' => [], 'user' => null, 'password' => null]);
 }
コード例 #2
0
ファイル: Source.php プロジェクト: talesoft/tale-framework
 public function __destruct()
 {
     if ($this->_adapter) {
         $this->_adapter->__destruct();
     }
 }