1 | <?php |
||
7 | class HtmlSemDoubleElement extends HtmlDoubleElement { |
||
8 | |||
9 | public function __construct($identifier, $tagName="p") { |
||
12 | |||
13 | /** |
||
14 | * {@inheritDoc} |
||
15 | * @see \Ajax\common\html\HtmlSingleElement::setSize() |
||
16 | */ |
||
17 | public function setSize($size){ |
||
20 | |||
21 | /** |
||
22 | * show it is currently unable to be interacted with |
||
23 | * @return \Ajax\semantic\html\elements\HtmlSemDoubleElement |
||
24 | */ |
||
25 | public function setDisabled(){ |
||
28 | |||
29 | /** |
||
30 | * @param string $color |
||
31 | * @return \Ajax\semantic\html\base\HtmlSemDoubleElement |
||
32 | */ |
||
33 | public function setColor($color){ |
||
36 | } |