Adldap\Schemas\SchemaInterface::organizationName PHP Method

organizationName() public method

The RDN version of organization name for use in distinguished names.
public organizationName ( ) : mixed
return mixed
    public function organizationName();

Usage Example

Example #1
0
 /**
  * Assembles the organization names in the distinguished name.
  *
  * @return string
  */
 public function assembleOs()
 {
     return $this->assembleRdns($this->schema->organizationName(), $this->organizationNames);
 }
SchemaInterface