Свойство | Type | Description | |
---|---|---|---|
$globalConfig | ZF\Configuration\ConfigResource | ||
$localConfig | ZF\Configuration\ConfigResource |
Méthode | Description | |
---|---|---|
__construct ( ZF\Configuration\ConfigResource $globalConfig, ZF\Configuration\ConfigResource $localConfig ) | ||
create ( $name, array $adapterConfig ) : ZF\Apigility\Admin\Model\DoctrineAdapterEntity | Create Doctrine adapter configuration | |
fetch ( $name ) : boolean | ZF\Apigility\Admin\Model\DoctrineAdapterEntity | Fetch configuration details for a named adapter | |
fetchAll ( ) : array | boolean | Retrieve all named adapters | |
remove ( $name ) : boolean | Remove a named adapter | |
update ( $name, array $adapterConfig ) : ZF\Apigility\Admin\Model\DoctrineAdapterEntity | Update an existing Doctrine adapter |
Méthode | Description | |
---|---|---|
isOdmAdapter ( array $connection ) : boolean | Does the connection represent an ODM adapter? | |
isOrmAdapter ( array $connection ) : boolean | Does the connection represent an ORM adapter? |
public __construct ( ZF\Configuration\ConfigResource $globalConfig, ZF\Configuration\ConfigResource $localConfig ) | ||
$globalConfig | ZF\Configuration\ConfigResource | |
$localConfig | ZF\Configuration\ConfigResource |
protected ConfigResource,ZF\Configuration $globalConfig | ||
Résultat | ZF\Configuration\ConfigResource |