You are here

protected property SimpleLdapSchema::$attributes in Simple LDAP 7

Same name and namespace in other branches
  1. 7.2 SimpleLdapSchema.class.php \SimpleLdapSchema::attributes

File

./SimpleLdapSchema.class.php, line 15
Class to represent an LDAP server schema.

Class

SimpleLdapSchema
Simple LDAP Schema class.

Code

protected $attributes = array(
  'attributeTypes',
  'dITContentRules',
  'dITStructureRules',
  'matchingRules',
  'matchingRuleUse',
  'nameForms',
  'objectClasses',
  'ldapSyntaxes',
);