Home
last modified time | relevance | path

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

/plugin/prolog/
H A Dsyntax.php27 var $attrInclude; variable in syntax_plugin_prolog
36 $this->attrInclude = & new AttributeInclude();
121 $_SESSION['prolog']['includeValue'] = $this->attrInclude->getAttributeValue($match);
133 $includedFilesList = $this->attrInclude->getFilesList($_SESSION['prolog']['includeValue']);
134 $prologCode = $this->attrInclude->readCode($includedFilesList) . $_SESSION['prolog']['match'];