$container
$container : \FW\Utils\Container
Adapter module implementation
$container : \FW\Utils\Container
$config : \FW\Config\BaseConfig
Config module
__construct(\FW\Utils\Container $c)
Classes that inherit from this class cannot override the constructor.
Sets up the injector
\FW\Utils\Container | $c | The dependency injection container |
model(string $name) : string
Gets the model name of the class if it exists
string | $name | Shortened name of model (corresponds to app.config) |
If the model does not exist
The fully qualified model name if it exists