Property | Type | Description | |
---|---|---|---|
$booted | boolean | ||
$provides | string[] | ||
$registered | boolean | ||
$requires | string[] |
Method | Description | |
---|---|---|
bootProvider ( ContainerInterface $container ) | ||
getProvides ( ) | ||
getRequires ( ) | ||
isBooted ( ) | ||
isRegistered ( ) | ||
registerProvider ( ContainerInterface $container ) | ||
unregisterProvider ( ContainerInterface $container ) |
Method | Description | |
---|---|---|
boot ( ContainerInterface $container ) | Boot provider dependencies. | |
register ( ContainerInterface $container ) | Register provider dependencies. | |
unregister ( ContainerInterface $container ) | Unregister provider dependencies. |
Method | Description | |
---|---|---|
throwException ( Erro\Error | Exceptio\Exception $ex ) |
protected boot ( ContainerInterface $container ) | ||
$container | ContainerInterface |
public bootProvider ( ContainerInterface $container ) | ||
$container | ContainerInterface |
protected register ( ContainerInterface $container ) | ||
$container | ContainerInterface |
public registerProvider ( ContainerInterface $container ) | ||
$container | ContainerInterface |
protected unregister ( ContainerInterface $container ) | ||
$container | ContainerInterface |
public unregisterProvider ( ContainerInterface $container ) | ||
$container | ContainerInterface |