Prado\Web\UI\ActiveControls\TDropContainer::getControls PHP Méthode

getControls() public méthode

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