class DateTimeProvider implements ServiceProviderInterface (View source)

The DateTimeProvider class.

Methods

void
boot()

boot

void
register(Container $container)

Registers the service provider with a DI container.

Details

at line line 27
void boot()

boot

Return Value

void

at line line 39
void register(Container $container)

Registers the service provider with a DI container.

Parameters

Container $container The DI container.

Return Value

void