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

assemble() 공개 메소드

Assembles all of the RDNs and returns the result.
public assemble ( ) : string
리턴 string
    public function assemble()
    {
        return implode(',', array_filter([$this->assembleCns(), $this->assembleUids(), $this->assembleOus(), $this->assembleDcs(), $this->assembleOs()]));
    }