Пример #1
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();
 }