Definition at line 20 of file Output_css.php.
◆ Output_css()
Output_css::Output_css |
( |
| ) |
|
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: