just another orm...
View the Project on GitHub tflori/orm
» API Reference » ORM\EntityFetcher\CallableFilter
Implements: ORM\EntityFetcher\FilterInterface
public function __construct(callable $filter)
| Parameter | Type | Description |
|---|---|---|
$filter |
callable |
ORM\EntityFetcher\CallableFilter::__construct
public function apply(\ORM\EntityFetcher $fetcher): void
| Returns | void |
| Parameter | Type | Description |
|---|---|---|
$fetcher |
ORM\EntityFetcher |
ORM\EntityFetcher\CallableFilter::apply