AppserverIo\Appserver\PersistenceContainer\TimerServiceRegistry::getCalendarTimerFactory PHP Méthode

getCalendarTimerFactory() public méthode

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