Prado\Web\UI\ActiveControls\TTimeTriggeredCallback::getTriggerOptions PHP Method

getTriggerOptions() protected method

protected getTriggerOptions ( ) : array
return array list of timer options for client-side.
    protected function getTriggerOptions()
    {
        $options['ID'] = $this->getClientID();
        $options['EventTarget'] = $this->getUniqueID();
        $options['Interval'] = $this->getInterval();
        return $options;
    }