Пример #1
0
  function __construct($server_url,
		       $root = null, $rw = false, $debug = false)
  {
    parent::__construct($server_url);
    $this->_root = $root;
    $this->_rw = $rw;
    $this->_debug = $debug;
  }
Пример #2
0
 function __construct($server_url, $url_template, $logger = NULL)
 {
   parent::__construct($server_url, $logger);
   $this->_url_template = $url_template;
 }
Пример #3
0
 function __construct($server_url, $debug = false)
 {
   parent::__construct($server_url);
   $this->_debug = $debug;
   $this->max_put_size = 60000000;
 }
Пример #4
0
 function __construct($server_url, $config)
 {
   parent::__construct($server_url);
   $this->_config = $config;
 }