Methods

__construct()

__construct(string $method, bool $exclude) 

Parameters

$method

string

The method to exclude or include

$exclude

bool

If the method should be excluded

Should return true, if the given filter does not match

filter(string $property) : bool

Parameters

$property

string

The name of the property

Returns

bool

 Properties

 

Either an exclude or an include

$exclude : bool

 

The method to exclude

$method : string