Skip to content

benovie/PerfectIn.Specification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PerfectIn.Specification

Specification pattern classes for typo3/flow package

use \PerfectIn\Specification\Query\QuerySpecificationInterface;

public function query(QuerySpecificationInterface $querySpecification) {
	$query = $this->createQuery();
	$querySpecification->selectSatisfying($query);
	return $query->execute();
}

About

Specification pattern classes for typo3/flow package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages