class Chain

Class Chain

Methods

addDriver(string $nestedDriver, string $namespace)

Add a nested driver.

$this[]
getDrivers()

Get the array of nested drivers.

$this|null
getDefaultDriver()

Get the default driver.

setDefaultDriver(Driver $driver)

Set the default driver.

readExtendedMetadata($meta, array $config)

{@inheritDoc}

void
setOriginalDriver(object $driver)

Passes in the mapping read by original driver

Details

at line 38
addDriver(string $nestedDriver, string $namespace)

Add a nested driver.

Parameters

string $nestedDriver
string $namespace

at line 48
$this[] getDrivers()

Get the array of nested drivers.

Return Value

$this[] $drivers

at line 58
$this|null getDefaultDriver()

Get the default driver.

Return Value

$this|null

at line 68
setDefaultDriver(Driver $driver)

Set the default driver.

Parameters

Driver $driver

at line 76
readExtendedMetadata($meta, array $config)

{@inheritDoc}

Parameters

$meta
array $config

at line 100
void setOriginalDriver(object $driver)

Passes in the mapping read by original driver

Parameters

object $driver

Return Value

void