示例#1
0
 /**
  * Returns the search providers weighting
  * @return SearchWeightings
  */
 public function get_weightings()
 {
     return SearchWeightings::load($this->get_property(self::weightings));
 }