ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
Output_xml Class Reference
+ Collaboration diagram for Output_xml:

Public Member Functions

 Output_xml ()
 

Detailed Description

Definition at line 20 of file Output_xml.php.

Member Function Documentation

◆ Output_xml()

Output_xml::Output_xml ( )

Definition at line 22 of file Output_xml.php.

References select.

23  {
24  $this->code = '_WORD_';
25  $this->linecomment = '<Category Type="Linecomment">_WORD_</Category>';
26  $this->blockcomment = '<Category Type="Blockcomment">_WORD_</Category>';
27  $this->prepro = '<Category Type="Prepro">_WORD_</Category>';
28  $this->select = '<Category Type="Select">_WORD_</Category>';
29  $this->quote = '<Category Type="Quote">_WORD_</Category>';
30  $this->category_1 = '<Category Type="Category_1">_WORD_</Category>';
31  $this->category_2 = '<Category Type="Category_2">_WORD_</Category>';
32  $this->category_3 = '<Category Type="Category_3">_WORD_</Category>';
33  }
select
Definition: langcheck.php:166

The documentation for this class was generated from the following file: