for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ajax\semantic\html\views;
use Ajax\semantic\html\content\view\HtmlViewGroups;
use Ajax\semantic\html\content\view\HtmlItem;
class HtmlItems extends HtmlViewGroups {
public function __construct($identifier, $items=array()) {
parent::__construct($identifier, "ui items",$items);
}
protected function createElement(){
return new HtmlItem("item-" . $this->count());
public function newItem($identifier) {
return new HtmlItem($identifier);