Vilma_Driver::_getAddresses PHP Method

_getAddresses() abstract protected method

Returns a list of all users, aliases, or groups and forwards for a domain.
abstract protected _getAddresses ( string $domain, string $type = 'all' ) : array
$domain string Domain on which to search.
$type string Only return a specific type. One of 'all', 'user', 'alias','forward', or 'group'.
return array Account information for this domain.
    protected abstract function _getAddresses($domain, $type = 'all');