Méthode |
Description |
|
__construct ( string $oid, boolean $criticality = false, mixed | null $value = null ) |
|
|
berEncodeInt ( integer $int ) : string |
A simple helper to BER encode an int for an ASN.1 structure for a basic LDAP control value. |
|
getCriticality ( ) : boolean |
Get the criticality for the control. |
|
getOid ( ) : string |
Get the OID for the control. |
|
getValue ( ) : mixed |
Get the value for the control. |
|
setCriticality ( boolean $criticality ) |
Set the criticality for the control. |
|
setOid ( string $oid ) |
Set the OID for the control. |
|
setValue ( mixed $value ) |
Set the value for the control. |
|
toArray ( ) : array |
Get the control array structure that ldap_set_option expects. |
|