Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php68 protected $_keywords = []; variable in Hoa\\Zformat\\Parameter
355 return $this->_keywords;
370 if (true === array_key_exists($key, $this->_keywords)) {
371 $old = $this->_keywords[$key];
374 $this->_keywords[$key] = $value;
387 if (true === array_key_exists($keyword, $this->_keywords)) {
388 return $this->_keywords[$keyword];