Prado\Web\UI\ActiveControls\TValueTriggeredCallback::getDecayRate PHP 메소드

getDecayRate() 공개 메소드

Gets the decay rate between callbacks. Default is 0;
public getDecayRate ( ) : float
리턴 float decay rate between callbacks.
    public function getDecayRate()
    {
        return $this->getViewState('Decay', 0);
    }