Syntax
extends SchemaItem
in package
Represents an LDAP Syntax
Table of Contents
- $description : mixed
- The description of this schema item.
- $oid : mixed
- The OID of this schema item.
- __construct() : mixed
- Creates a new Syntax object from a raw LDAP syntax string.
- getDescription() : mixed
- getOID() : mixed
- initVars() : mixed
- Initializes the class' member variables
- setDescription() : mixed
- setOID() : mixed
Properties
$description
The description of this schema item.
public
mixed
$description
$oid
The OID of this schema item.
public
mixed
$oid
Methods
__construct()
Creates a new Syntax object from a raw LDAP syntax string.
public
__construct(mixed $raw_ldap_syntax_string) : mixed
Parameters
- $raw_ldap_syntax_string : mixed
Return values
mixed —getDescription()
public
getDescription() : mixed
Return values
mixed —getOID()
public
getOID() : mixed
Return values
mixed —initVars()
Initializes the class' member variables
public
initVars() : mixed
Return values
mixed —setDescription()
public
setDescription(mixed $new_desc) : mixed
Parameters
- $new_desc : mixed
Return values
mixed —setOID()
public
setOID(mixed $new_oid) : mixed
Parameters
- $new_oid : mixed