Home
last modified time | relevance | path

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

/dports/www/hotcrp/hotcrp-2.102/src/
H A Dpaperinfo.php263 private $_document_array; variable in PaperInfo
1097 if ($this->_document_array !== null
1098 && array_key_exists($did, $this->_document_array))
1099 return $this->_document_array[$did];
1111 if ($this->_document_array === null) {
1113 $this->_document_array = [];
1115 $this->_document_array[$di->paperStorageId] = $di;
1118 if (!array_key_exists($did, $this->_document_array)) {
1120 $this->_document_array[$did] = DocumentInfo::fetch($result, $this->conf, $this);
1123 return $this->_document_array[$did];