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