Searched refs:serviceList (Results 1 – 2 of 2) sorted by relevance
262 public $serviceList; variable in Auth_Yadis_XRDS276 $this->serviceList = [];350 if (!array_key_exists($priority, $this->serviceList)) {351 $this->serviceList[$priority] = [];354 $this->serviceList[$priority][] = $service;365 $this->serviceList = [];412 $pri_keys = array_keys($this->serviceList);422 $result = array_merge($result, $this->serviceList[$pri]);441 $service_obj_list = $this->serviceList[$priority_value];
263 $this->serviceList = array();335 if (!array_key_exists($priority, $this->serviceList)) {336 $this->serviceList[$priority] = array();339 $this->serviceList[$priority][] = $service;350 $this->serviceList = array();397 $pri_keys = array_keys($this->serviceList);407 $result = array_merge($result, $this->serviceList[$pri]);424 $service_obj_list = $this->serviceList[$priority_value];