Prado\Web\UI\ActiveControls\TTriggeredCallback::getControlID PHP Method

getControlID() public method

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