AbstractServiceProvider
Class AbstractServiceProvider
- Full name:
\Zemit\Provider\AbstractServiceProvider
- Parent class:
\Zemit\Di\Injectable
- This class implements:
\Zemit\Provider\ServiceProviderInterface
- This class is an Abstract class
Properties
serviceName
The Service name.
protected string $serviceName
Methods
__construct
Set DI and run configure();
public __construct(\Phalcon\Di\DiInterface $di): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$di | \Phalcon\Di\DiInterface |
getName
Get the Service name.
public getName(): string
boot
Package boot method.
public boot(): void
configure
Configures the current service provider.
public configure(): void