public function getResultProperties()
 {
     return array_merge(array('' => array('name' => 'string', 'ns' => 'namespace', 'title' => 'string')), ApiQueryImageInfo::getResultPropertiesFiltered($this->propertyFilter));
 }
 public function getResultProperties()
 {
     return ApiQueryImageInfo::getResultPropertiesFiltered($this->propertyFilter);
 }