for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Lagdo\UiBuilder\Html;
class Scope extends Support\Scope
{
/**
* @var bool
*/
public $isInputGroup = false;
public $isButtonGroup = false;
* True if the scope was added to wrap another one, due to a framework requirement.
*
public $isWrapper = false;
}