Method |
Description |
|
From ( array $Instances, array $ToInstances ) : Map |
Creates a new map from two arrays of instances. |
|
GetInstances ( ) : array |
|
|
GetToInstances ( ) : array |
|
|
Map ( object $Instance, object $ToInstance ) : Map |
Maps an instance to another instance. Previous mappings for either instances are replaced. |
|
Unmap ( object $Instance ) : Map |
Removes any mapping of the supplied instance. |
|
__construct ( ) |
|
|
getIterator ( ) |
|
|
offsetExists ( $Instance ) |
|
|
offsetGet ( $Instance ) |
|
|
offsetSet ( $Instance, $ToInstance ) |
|
|
offsetUnset ( $Instance ) |
|
|