Example #1
0
 function __construct($parameters)
 {
     parent::__construct($parameters);
     $this->collection = dirname(__FILE__) . '/representations/collection';
 }
Example #2
0
 function __construct($parameters)
 {
     parent::__construct($parameters);
     $this->path = sys_get_temp_dir() . DIRECTORY_SEPARATOR;
     $this->uriStub = '/filesystem/one/';
 }