eZ\Publish\Core\REST\Client\UserService::loadUsersByEmail PHP Méthode

loadUsersByEmail() public méthode

Returns an array of Users since eZ Publish has under certain circumstances allowed several users having same email in the past (by means of a configuration option).
public loadUsersByEmail ( string $email ) : eZ\Publish\API\Repository\Values\User\User[]
$email string
Résultat eZ\Publish\API\Repository\Values\User\User[]
    public function loadUsersByEmail($email)
    {
        throw new \Exception('@todo: Implement.');
    }