Prado\Web\UI\TEmptyControlCollection::__construct PHP Method

__construct() public method

Constructor.
public __construct ( TControl $owner )
$owner TControl
    public function __construct(TControl $owner)
    {
        parent::__construct($owner, true);
    }
TEmptyControlCollection