Public Member Functions | |
bind ($name, $object) | |
rebind ($name, $object) | |
lookup ($name) | |
reverseLookup ($object) | |
Private Attributes | |
$map = array() | |
$reverseMap = array() |
Definition at line 12 of file DirectoryContext.class.php.
DirectoryContext::bind | ( | $ | name, | |
$ | object | |||
) |
Definition at line 17 of file DirectoryContext.class.php.
References rebind().
DirectoryContext::lookup | ( | $ | name | ) |
Definition at line 43 of file DirectoryContext.class.php.
DirectoryContext::rebind | ( | $ | name, | |
$ | object | |||
) |
Definition at line 33 of file DirectoryContext.class.php.
References Assert::isNotNull().
Referenced by bind().
DirectoryContext::reverseLookup | ( | $ | object | ) |
Definition at line 51 of file DirectoryContext.class.php.
DirectoryContext::$map = array() [private] |
Definition at line 14 of file DirectoryContext.class.php.
DirectoryContext::$reverseMap = array() [private] |
Definition at line 15 of file DirectoryContext.class.php.