Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->object = 'file';
     $this->subtype = 'all';
     $this->method = 'api';
 }
 function __construct()
 {
     parent::__construct();
     $this->object = 'dir';
     $this->subtype = 'content';
     $this->method = 'api';
 }