PHP Happyr\DoctrineSpecification 네임스페이스

중첩된 네임스페이스

Happyr\DoctrineSpecification\Filter
Happyr\DoctrineSpecification\Logic
Happyr\DoctrineSpecification\Query
Happyr\DoctrineSpecification\Result
Happyr\DoctrineSpecification\Specification

Interfaces

이름 설명
EntitySpecificationRepositoryInterface This interface should be used by an EntityRepository implementing the Specification pattern.

클래스들

이름 설명
BaseSpecification Extend this abstract class if you want to build a new spec with your domain logic.
RepositoryFactory Factory class for creating EntitySpecificationRepository instances.
Spec Factory class for the specifications.

Traits

이름 설명
EntitySpecificationRepositoryTrait This trait should be used by a class extending \Doctrine\ORM\EntityRepository.