perfectin / specification
Specification pattern for querying typo3 flow repositories
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-flow-framework
Requires
- typo3/flow: *
This package is not auto-updated.
Last update: 2025-01-04 19:11:14 UTC
README
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(); }