| Package | system.base |
|---|---|
| Inheritance | class CEnumerable |
| Since | 1.0 |
| 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.
Be the first person to leave a comment
Please login to leave your comment.