| Package | system.base |
|---|---|
| Inheritance | class CEnumerable |
| Since | 1.0 |
| Version | $Id$ |
| Source Code | framework/base/CComponent.php |
class TextAlign extends CEnumerable
{
const Left='Left';
const Right='Right';
}
Then, one can use the enumerable values such as TextAlign::Left and
TextAlign::Right.
Signup or Login in order to comment.