1 | <?php |
||
13 | class HtmlDivider extends HtmlSemDoubleElement { |
||
14 | |||
15 | public function __construct($identifier, $content="", $tagName="div") { |
||
19 | |||
20 | /** |
||
21 | * vertical divider |
||
22 | * @return \Ajax\semantic\html\elements\HtmlDivider |
||
23 | */ |
||
24 | public function setVertical() { |
||
27 | |||
28 | /** |
||
29 | * horizontal divider |
||
30 | * @return \Ajax\semantic\html\elements\HtmlDivider |
||
31 | */ |
||
32 | public function setHorizontal() { |
||
35 | |||
36 | /** |
||
37 | * hide the divider |
||
38 | * @return \Ajax\semantic\html\elements\HtmlDivider |
||
39 | */ |
||
40 | public function setHidden() { |
||
43 | |||
44 | /** |
||
45 | * fitted, without any space above or below it |
||
46 | * @return \Ajax\semantic\html\elements\HtmlDivider |
||
47 | */ |
||
48 | public function setFitted() { |
||
51 | |||
52 | /** |
||
53 | * |
||
54 | * @return \Ajax\semantic\html\elements\HtmlDivider |
||
55 | */ |
||
56 | public function asHeader() { |
||
59 | |||
60 | /** |
||
61 | * inverts the divider colors |
||
62 | * @return \Ajax\semantic\html\elements\HtmlDivider |
||
63 | */ |
||
64 | public function setInverted() { |
||
67 | |||
68 | public function setIgnored(){ |
||
71 | } |