コード例 #1
0
ファイル: Manager.php プロジェクト: therightstuff/Adldap2
 /**
  * {@inheritdoc}
  */
 public function __destruct()
 {
     if ($this->connection instanceof ConnectionInterface && $this->connection->isBound()) {
         $this->connection->close();
     }
 }