abstract | |
---|---|
implements |
ProviderInterface<ProviderContext<$this, AbstractEntity>> |
Base class for providers
Methods | ||
---|---|---|
public
|
__construct(ContainerInterface $app)
|
# |
final
public
|
getContainer(): ContainerInterface
|
# |
final
public
|
getDateFormatter(): DateFormatterInterface
|
# |
abstract
protected
|
createDateFormatter(): DateFormatterInterface
|
# |
final
protected
|
hasDateFormatter(): bool
|
# |
final
protected
|
setDateFormatter(?DateFormatterInterface $formatter): $this
|
# |
public
|
getContext(): ProviderContextInterface
|
# |
public
|
checkHeartbeat(int $ttl = 300)
|
# |
Properties | |||
---|---|---|---|
protected
|
ContainerInterface
|
$App
|
# |