interface MemberInterface

Member interface.

Methods

bool
isMemberOf(string|int|array $group)

Returns TRUE if a user is a member of the group(s) and FALSE if not.

Details

at line 23
bool isMemberOf(string|int|array $group)

Returns TRUE if a user is a member of the group(s) and FALSE if not.

Parameters

string|int|array $group Group name, group id or an array of group names or group ids

Return Value

bool