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

getTimerFactory() public method

Returns the timer factory for the timer service registry.
public getTimerFactory ( ) : AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface
return AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface The timer factory instance
    public function getTimerFactory()
    {
        return $this->timerFactory;
    }