/** * Remove all actions attached to the timer * @param null $strEventName */ public function RemoveAllActions($strEventName = null) { $this->Stop(); //no actions are registered for this timer stop it parent::RemoveAllActions($strEventName); }