예제 #1
0
파일: Proxy.php 프로젝트: narixx/zf2
 public function __destruct()
 {
     $this->_factory->close();
     $this->_factory = null;
 }