| Package | system.base |
|---|---|
| Inheritance | class CEnumerable |
| Since | 1.0 |
| Version | $Id: CComponent.php 1465 2009-10-17 11:06:11Z qiang.xue $ |
class TextAlign extends CEnumerable
{
const Left='Left';
const Right='Right';
}
Then, one can use the enumerable values such as TextAlign::Left and
TextAlign::Right.
Be the first person to leave a comment
Please login to leave your comment.