Prado\Web\UI\ActiveControls\TTriggeredCallback::getControlID PHP Méthode

getControlID() public méthode

public getControlID ( ) : string
Résultat string The ID of the server control the trigger is bounded to.
    public function getControlID()
    {
        return $this->getViewState('ControlID', '');
    }