for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ajax\semantic\html\content\view;
class HtmlItem extends HtmlViewItem {
public function __construct($identifier) {
parent::__construct($identifier, "item", array ());
}