Adldap\Schemas\SchemaInterface::organizationalUnitShort PHP Méthode

organizationalUnitShort() public méthode

The RDN version of organizational unit for use in distinguished names.
public organizationalUnitShort ( ) : string
Résultat string
    public function organizationalUnitShort();

Usage Example

 /**
  * Assembles the organizational units in the distinguished Name.
  *
  * @return string
  */
 public function assembleOus()
 {
     return $this->assembleRdns($this->schema->organizationalUnitShort(), $this->organizationUnits);
 }
SchemaInterface