class TTextAlign extends \Prado\TEnumerable
{
const Left='Left';
const Right='Right';
}
Then, one can use the enumerable values such as TTextAlign::Left and
TTextAlign::Right.
파일 보기
프로젝트 열기: pradosoft/prado
메소드 | 설명 | |
---|---|---|
__construct ( ) | ||
current ( ) | ||
key ( ) | ||
next ( ) | ||
rewind ( ) | ||
valid ( ) |