Searched refs:attrOptions (Results 1 – 1 of 1) sorted by relevance
28 var $attrOptions; variable in syntax_plugin_prolog37 $this->attrOptions = & new AttributeOptions();122 $_SESSION['prolog']['optionsValue'] = $this->attrOptions->getAttributeValue($match);132 $options = $this->attrOptions->getOptions($_SESSION['prolog']['optionsValue']);160 $this->attrOptions->authorizeOption($option);161 $renderer->doc .= $this->attrOptions->handleOptionDebug($executedCode[1]);162 $renderer->doc .= $this->attrOptions->handleOptionFiles($includedFilesList);163 … $renderer->doc .= $this->attrOptions->handleOptionSource(str_replace("\n",'<br />',$prologCode));