Class \Prado\Web\UI\WebControls\TContentDirection
TContentDirection class.
TContentDirection defines the enumerable type for the possible directions that a panel can be at.
The following enumerable values are defined:
- NotSet: the direction is not specified
- LeftToRight: content in a panel is left to right
- RightToLeft: content in a panel is right to left
Class hierarchy
- \Prado\Web\UI\WebControls\TContentDirection
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
LeftToRight
|
'LeftToRight'
|
public
mixed
|
NotSet
|
'NotSet'
|
public
mixed
|
RightToLeft
|
'RightToLeft'
|