for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Lagdo\UiBuilder\Builder\Html;
class ElementExprList extends ElementExpr
{
/**
* The constructor
*
* @param array $children
*/
public function __construct(array $children)
$this->children = $children;
}