示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->box = new FileSystemBoxBase($this);
 }
示例#2
0
 public function __construct($config = null, $params = null)
 {
     parent::__construct($config, $params);
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
     $this->adn = new FileSystemAppDotNetBase($this);
 }
 public function __construct()
 {
     parent::__construct();
     $this->archiveOrg = new FileSystemArchiveOrgBase($this);
 }
 public function __construct($config = null, $params = null)
 {
     parent::__construct($config, $params);
     $this->setHostname('objects.dreamhost.com');
     $this->setUploadType(FileSystemS3::uploadTypeInline);
 }