Adldap\Objects\DistinguishedName::assembleOs PHP 메소드

assembleOs() 공개 메소드

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