예제 #1
0
파일: HttpTest.php 프로젝트: netvlies/zf
 public function __construct()
 {
     self::$_callbackApc = array('Zend_File_Transfer_Adapter_HttpTest_MockAdapter', 'apcTest');
     parent::__construct();
 }
예제 #2
0
 /**
  * Constructor for Database File Transfers
  *
  * @param array $options OPTIONAL Options to set
  */
 public function __construct($options = array())
 {
     parent::__construct($options);
 }