Adldap\Schemas\SchemaInterface::organizationalUnitShort PHP 메소드

organizationalUnitShort() 공개 메소드

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

Usage 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