Searched refs:getOrmPath (Results 1 – 2 of 2) sorted by relevance
/dports/www/osticket/upload/include/ |
H A D | class.queue.php | 981 $name = @static::getOrmPath($name, $qs); 1469 static function getOrmPath($name, $query=null) { function in CustomQueue 2025 $name = @CustomQueue::getOrmPath($name, $query); 2277 $primary = CustomQueue::getOrmPath($this->primary); 2278 $secondary = CustomQueue::getOrmPath($this->secondary); 2360 $primary = CustomQueue::getOrmPath($this->primary); 2361 $secondary = CustomQueue::getOrmPath($this->secondary); 2435 CustomQueue::getOrmPath($this->primary, $query)); 2439 CustomQueue::getOrmPath($this->secondary, $query)); 2471 $keys[] = array(CustomQueue::getOrmPath($this->secondary, [all …]
|
H A D | class.forms.php | 1094 function getOrmPath($name=false, $query=null) { function in FormField 1095 return CustomQueue::getOrmPath($name ?:$this->get('name'), $query); 1101 $this->getOrmPath($name, $query)); 3129 $col = $name ?: CustomQueue::getOrmPath($this->get('name'), $query);
|