AppserverIo\Appserver\PersistenceContainer\TimerServiceRegistry::getCalendarTimerFactory PHP 메소드

getCalendarTimerFactory() 공개 메소드

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