コード例 #1
0
ファイル: SMW_SparqlStore.php プロジェクト: Tjorriemorrie/app
 /**
  * @see SMWStore::getWantedPropertiesSpecial()
  * @since 1.8
  */
 public function getWantedPropertiesSpecial($requestoptions = null)
 {
     return $this->baseStore->getWantedPropertiesSpecial($requestoptions);
 }