Methods

__construct()

__construct(string $method, $exclude) 

Parameters

$method

string

The method to exclude

$exclude

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