Class TTextHighlighterLineNumberStyle

Description

TEnumerable class.

TEnumerable is the base class for all enumerable types. To define an enumerable type, extend TEnumberable and define string constants. Each constant represents an enumerable value. The constant name must be the same as the constant value. For example,

  1. class TTextAlign extends TEnumerable
  2. {
  3. const Left='Left';
  4. const Right='Right';
  5. }
Then, one can use the enumerable values such as TTextAlign::Left and TTextAlign::Right.

  • version: $Id: TComponent.php 2108 2007-08-05 18:08:33Z xue $
  • author: Qiang Xue <qiang.xue@gmail.com>

Located in /Web/UI/WebControls/TTextHighlighter.php (line 196)

TEnumerable
   |
   --TTextHighlighterLineNumberStyle
Class Constant Summary
 Li = 'Li'
 Table = 'Table'
Class Constants
Li = 'Li' (line 198)
Table = 'Table' (line 199)

Documentation generated on Sun, 30 Sep 2007 19:17:45 -0400 by phpDocumentor 1.3.0RC4