SeederContext
- Full name:
\Qubus\Expressive\Migration\Seeder\SeederContext - This class is marked as final and can't be subclassed
- This class is a Final class
Properties
db
container
environment
isProduction
Methods
__construct
public __construct(\Qubus\Expressive\Database $db, \Psr\Container\ContainerInterface $container, string $environment, bool $isProduction): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$db | \Qubus\Expressive\Database | |
$container | \Psr\Container\ContainerInterface | |
$environment | string | |
$isProduction | bool |
resolve
Parameters:
| Parameter | Type | Description |
|---|---|---|
$class | string |
Throws: