Свойство | Type | Description | |
---|---|---|---|
$currentObject | object | null | | null |
Méthode | Description | |
---|---|---|
apply ( |
{@inheritDoc} | |
getCurrentObject ( ) : object | null | Retrieves the current Object to be used | |
setCurrentObject ( $object ) : object | Set the current object so that the filter can access it |
Méthode | Description | |
---|---|---|
useCallable ( callable $callable, mixed $value ) : mixed | Filters using a callable. | |
useClosure ( Closure $closure, mixed $value ) : mixed | ||
useObjectMethod ( string $method, mixed $value ) : mixed | Filters by executing a method in the object |
public apply ( |
||
$rule |
public getCurrentObject ( ) : object | null | ||
Résultat | object | null | | null |
public setCurrentObject ( $object ) : object | ||
$object | ||
Résultat | object | mixed |