Exemplo n.º 1
0
 /**
  * @see Store::getUnusedPropertiesSpecial()
  * @since 1.8
  */
 public function getUnusedPropertiesSpecial($requestoptions = null)
 {
     return $this->baseStore->getUnusedPropertiesSpecial($requestoptions);
 }
Exemplo n.º 2
0
 /**
  * Get the list of results.
  *
  * @param SMWRequestOptions $requestOptions
  * @return array of SMWDIProperty|SMWDIError
  */
 function getResults($requestOptions)
 {
     $this->collector = $this->store->getUnusedPropertiesSpecial($requestOptions);
     return $this->collector->getResults();
 }
 /**
  * Get the list of results.
  *
  * @param SMWRequestOptions $requestOptions
  * @return array of SMWDIProperty|SMWDIError
  */
 function getResults($requestOptions)
 {
     $this->listLookup = $this->store->getUnusedPropertiesSpecial($requestOptions);
     return $this->listLookup->fetchList();
 }