AbstractInjectable
Trait AbstractInjectable
This trait provides a common trait for traits that are injectable and depend on a dependency injection container.
- Full name:
\PhalconKit\Di\AbstractInjectable
Methods
setDI
public setDI(\Phalcon\Di\DiInterface $di): void
- This method is abstract. Parameters:
| Parameter | Type | Description |
|---|---|---|
$di | \Phalcon\Di\DiInterface |
getDI
public getDI(): \Phalcon\Di\DiInterface
- This method is abstract.