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);
    }