tflori/orm

just another orm...

View the Project on GitHub tflori/orm

Build Status Test Coverage Maintainability Latest Stable Version Total Downloads

» API Reference » ORM\EntityFetcher\FilterInterface

ORM\EntityFetcher\FilterInterface

Table of Contents

Abstract

Methods

ORM\EntityFetcher\FilterInterface::apply

public function apply(\ORM\EntityFetcher $fetcher): void
Apply this filter to $fetcher
Returns void  
Parameters
Parameter Type Description
$fetcher ORM\EntityFetcher  

ORM\EntityFetcher\FilterInterface::apply

↑ top