AppserverIo\Appserver\PersistenceContainer\TimerServiceRegistry::getCalendarTimerFactory PHP Method

getCalendarTimerFactory() public method

Returns the calendar timer factory for the timer service registry.
public getCalendarTimerFactory ( ) : AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface
return AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface The calendar timer factory instance
    public function getCalendarTimerFactory()
    {
        return $this->calendarTimerFactory;
    }