Method | Description | |
---|---|---|
boot ( ) : void | Bootstrap the application events. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register the service provider. |
Method | Description | |
---|---|---|
createCache ( ) : |
Initializes cache. Defaults to Array cache. | |
createDoctrineConfig ( $cache ) : Doctrine\ORM\Configuration | ||
createEventManager ( ) : Doctrine\Common\EventManager | ||
createMetadataDriver ( Doctrine\ORM\Configuration $config, array $driverConfig ) : Doctrine\Common\Persistence\Mapping\Driver\MappingDriver | Takes care of building any drivers we wish to support. | |
extendsAuth ( ) | ||
getDoctrineConnection ( ) : mixed | ||
registerCustomTypes ( ) |
Method | Description | |
---|---|---|
mapToDoctrineConfigs ( $config ) : mixed |
protected createCache ( ) : |
||
return |
protected createDoctrineConfig ( $cache ) : Doctrine\ORM\Configuration | ||
$cache | ||
return | Doctrine\ORM\Configuration |
protected createEventManager ( ) : Doctrine\Common\EventManager | ||
return | Doctrine\Common\EventManager |
protected createMetadataDriver ( Doctrine\ORM\Configuration $config, array $driverConfig ) : Doctrine\Common\Persistence\Mapping\Driver\MappingDriver | ||
$config | Doctrine\ORM\Configuration | |
$driverConfig | array | |
return | Doctrine\Common\Persistence\Mapping\Driver\MappingDriver |