Home
last modified time | relevance | path

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

/plugin/prolog/
H A Dattribute_include.php142 function readCode($files = array()) function in AttributeInclude
144 $readCode = '';
155 $readCode .= $splitedByExit[0];
158 return $readCode;
H A Dsyntax.php134 $prologCode = $this->attrInclude->readCode($includedFilesList) . $_SESSION['prolog']['match'];