Vilma_Driver::_getAddresses PHP 메소드

_getAddresses() 추상적인 보호된 메소드

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'.
리턴 array Account information for this domain.
    protected abstract function _getAddresses($domain, $type = 'all');