Home
last modified time | relevance | path

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

/dports/www/hotcrp/hotcrp-2.102/src/
H A Dcontact.php52 private $_name_for_map = []; variable in Contact
567 if (isset($this->_name_for_map[$key]))
568 return $this->_name_for_map[$key];
583 return ($this->_name_for_map[$key] = $this->calculate_name_for($pfx, $x));