Public Member Functions | |
Output_xml () |
Definition at line 20 of file Output_xml.php.
Output_xml::Output_xml | ( | ) |
Definition at line 22 of file Output_xml.php.
{ $this->code = '_WORD_'; $this->linecomment = '<Category Type="Linecomment">_WORD_</Category>'; $this->blockcomment = '<Category Type="Blockcomment">_WORD_</Category>'; $this->prepro = '<Category Type="Prepro">_WORD_</Category>'; $this->select = '<Category Type="Select">_WORD_</Category>'; $this->quote = '<Category Type="Quote">_WORD_</Category>'; $this->category_1 = '<Category Type="Category_1">_WORD_</Category>'; $this->category_2 = '<Category Type="Category_2">_WORD_</Category>'; $this->category_3 = '<Category Type="Category_3">_WORD_</Category>'; }