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 2541 2008-10-21 15:05:13Z qiang.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, 24 May 2009 16:48:44 -0400 by phpDocumentor 1.3.0RC4