Adldap\Schemas\SchemaInterface::organizationalUnitShort PHP Method

organizationalUnitShort() public method

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

Usage Example

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