__construct()
__get()
__isset()
count()
getData()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
setData()
$data
This class provides a base implementation for managing schema items like objectClass and attributeType.
__construct(array $data)
array
__get(string $name) : mixed
string
mixed
__isset(string $name) : bool
string
bool
count() : int
Implements Countable
int
getData() : array
array
offsetExists(string $name) : bool
string
bool
offsetGet(string $name) : mixed
string
mixed
offsetSet(string $name, mixed $value)
This method is needed for a full implementation of ArrayAccess
string
mixed
\Zend\Ldap\Exception\BadMethodCallException |
---|
offsetUnset(string $name)
This method is needed for a full implementation of ArrayAccess
string
\Zend\Ldap\Exception\BadMethodCallException |
---|
$data : array