Searched refs:_bodyPriority (Results 1 – 3 of 3) sorted by relevance
19 private $_bodyPriority = 1; variable in SphinxSearch78 'body' => $this->_bodyPriority)255 $this->_bodyPriority = $priority;
19 private $_bodyPriority = 1; variable in SphinxSearch78 'body' => $this->_bodyPriority259 $this->_bodyPriority = $priority;
16 private int $_bodyPriority = 1; variable in SphinxSearch44 'body' => $this->_bodyPriority185 public function setBodyPriority(int $p): void { $this->_bodyPriority = $p; }