perfectin/specification

此包的最新版本(1.0.1)没有提供许可证信息。

查询 typo3 flow 仓库的规范模式

安装: 8

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:typo3-flow-framework

1.0.1 2016-02-10 20:25 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:43:04 UTC


README

typo3/flow 包的规范模式类

use \PerfectIn\Specification\Query\QuerySpecificationInterface;

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