Adldap\Objects\DistinguishedName::assembleOs PHP Méthode

assembleOs() public méthode

Assembles the organization names in the distinguished name.
public assembleOs ( ) : string
Résultat string
    public function assembleOs()
    {
        return $this->assembleRdns($this->schema->organizationName(), $this->organizationNames);
    }