Home
last modified time | relevance | path

Searched refs:_topic_order_map (Results 1 – 1 of 1) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/src/
H A Dconference.php110 private $_topic_order_map = null; variable in Conf
1055 if ($this->_topic_order_map === null) {
1056 $this->_topic_order_map = [];
1058 $this->_topic_order_map[$tid] = count($this->_topic_order_map);
1060 return $this->_topic_order_map;
1093 $this->_topic_map = $this->_topic_order_map = null;