final class Groups (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

__construct(GroupCollection $include, GroupCollection $exclude)

No description

bool
hasInclude()

No description

include()

No description

bool
hasExclude()

No description

exclude()

No description

Details

__construct(GroupCollection $include, GroupCollection $exclude)

No description

Parameters

GroupCollection $include
GroupCollection $exclude

bool hasInclude()

No description

Return Value

bool

GroupCollection include()

No description

Return Value

GroupCollection

bool hasExclude()

No description

Return Value

bool

GroupCollection exclude()

No description

Return Value

GroupCollection