Adldap\Models\User::getShowInAddressBook PHP Method

getShowInAddressBook() public method

Returns an array of address book DNs that the user is listed to be shown in.
public getShowInAddressBook ( ) : array
return array
    public function getShowInAddressBook()
    {
        return $this->getAttribute($this->schema->showInAddressBook());
    }