Adldap\Models\User::setOtherMailbox PHP 메소드

setOtherMailbox() 공개 메소드

Sets the users other mailboxes.
public setOtherMailbox ( array $otherMailbox = [] ) : User
$otherMailbox array
리턴 User
    public function setOtherMailbox($otherMailbox = [])
    {
        return $this->setAttribute($this->schema->otherMailbox(), $otherMailbox);
    }