freenet-router |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 2 | simandl | <?php |
2 | |
||
3 | namespace Phem\Libraries\UI\Model; |
||
4 | |
||
5 | /** |
||
6 | * @author Jakub PetrĹžĂlka <petrzilka@czweb.net> |
||
7 | */ |
||
8 | class Alignment |
||
9 | { |
||
10 | const CENTER = "center"; |
||
11 | const LEFT = "left"; |
||
12 | const RIGHT = "right"; |
||
13 | } |