Exemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->searchFilters['eo:test'] = array('key' => 'test', 'osKey' => 'test', 'operation' => '=', 'keyword' => array('value' => 'test={:test:}', 'type' => 'other'));
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->searchFilters['ptsc:tileId'] = array('key' => 'tileId', 'osKey' => 'tileId', 'operation' => '=', 'keyword' => array('value' => 'tileId={:tileId:}', 'type' => 'other'));
 }
Exemplo n.º 4
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->searchFilters['take5:zone_geo'] = array('key' => 'zone_geo', 'osKey' => 'zone_geo', 'operation' => '=', 'keyword' => array('value' => 'zone_geo={:zone_geo:}', 'type' => 'other'));
 }
Exemplo n.º 5
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->searchFilters = array_merge($this->searchFilters, $this->extendedSearchFilters);
     /**
      * Read config.php file
      */
     $configFile = realpath(dirname(__FILE__)) . '/../../config.php';
     if (!file_exists($configFile)) {
         RestoLogUtil::httpError(4000, 'Missing mandatory configuration file');
     }
     $this->config = (include $configFile);
 }
Exemplo n.º 6
0
 /**
  * Constructor
  * 
  * @param RestoContext $context : Resto context
  * @param RestoContext $user : Resto user
  */
 public function __construct()
 {
     parent::__construct();
     $this->searchFilters['resto:dataTakeId'] = array('key' => 'dataTakeId', 'osKey' => 'dataTakeId', 'operation' => '=');
 }
Exemplo n.º 7
0
 /**
  * Constructor
  * 
  * @param RestoContext $context : Resto context
  * @param RestoContext $user : Resto user
  */
 public function __construct()
 {
     parent::__construct();
     $this->searchFilters['eo:orbitDirection'] = array('key' => 'orbitDirection', 'osKey' => 'orbitDirection', 'operation' => '=', 'options' => 'auto');
     $this->searchFilters['polarisation'] = array('key' => 'polarisation', 'osKey' => 'polarisation', 'operation' => '=', 'options' => 'auto');
 }