ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Output_css Class Reference
+ Collaboration diagram for Output_css:

Public Member Functions

 __construct ()
 

Detailed Description

Definition at line 20 of file Output_css.php.

Constructor & Destructor Documentation

◆ __construct()

Output_css::__construct ( )

Definition at line 22 of file Output_css.php.

23  {
24  $this->code = '_WORD_';
25  $this->linecomment = '<span class="ilc_CodeLinecomment">_WORD_</span>';
26  $this->blockcomment = '<span class="ilc_CodeBlockcomment">_WORD_</span>';
27  $this->prepro = '<span class="ilc_CodePrepro">_WORD_</span>';
28  $this->select = '<span class="ilc_CodeSelect">_WORD_</span>';
29  $this->quote = '<span class="ilc_CodeQuote">_WORD_</span>';
30  $this->category_1 = '<span class="ilc_CodeCategory_1">_WORD_</span>';
31  $this->category_2 = '<span class="ilc_CodeCategory_2">_WORD_</span>';
32  $this->category_3 = '<span class="ilc_CodeCategory_3">_WORD_</span>';
33  }

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