Skip to content

Commit 249aeb4

Browse files
committed
2 abstract bug fixed
1 parent 010ee54 commit 249aeb4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Ajax/semantic/html/base/HtmlSemSingleElement.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ public function __construct($identifier, $tagName="br",$baseClass="ui") {
1818
$this->_baseClass=$baseClass;
1919
$this->setClass($baseClass);
2020
}
21+
22+
/**
23+
* {@inheritDoc}
24+
* @see \Ajax\semantic\html\base\traits\BaseTrait::addContent()
25+
*/
26+
public function addContent($content, $before=false) {}
27+
2128
}

Ajax/semantic/html/elements/html5/HtmlImg.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ public function asAvatar($caption=NULL) {
1818
$this->wrap("", $caption);
1919
return $this->addToProperty("class", "avatar");
2020
}
21+
22+
/**
23+
* {@inheritDoc}
24+
* @see \Ajax\semantic\html\base\traits\BaseTrait::addContent()
25+
*/
26+
public function addContent($content, $before=false) {}
2127
}

0 commit comments

Comments
 (0)