Prado\Web\UI\TEmptyControlCollection::__construct PHP Метод

__construct() публичный Метод

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