Adldap\Models\User::getOtherMailbox PHP Метод

getOtherMailbox() публичный Метод

https://msdn.microsoft.com/en-us/library/ms679091(v=vs.85).aspx
public getOtherMailbox ( ) : array
Результат array
    public function getOtherMailbox()
    {
        return $this->getAttribute($this->schema->otherMailbox());
    }