Prado\Web\UI\ActiveControls\TDropContainer::getControls PHP Method

getControls() public method

Override parent implementation to return the container control collection.
public getControls ( ) : TControlCollection
return TControlCollection
    public function getControls()
    {
        $this->ensureChildControls();
        return $this->_container->getControls();
    }