brezgalov/php-specification-pattern

dev-master 2023-02-20 16:24 UTC

This package is auto-updated.

Last update: 2024-09-20 19:40:22 UTC


README

基础规范模式类的实现

安装

composer require brezgalov/php-specification-pattern dev-master

使用

  • 扩展 AbstractSpecification 类
  • 按照您的要求实现 isSatisfiedBy 方法
  • 请随意使用逻辑方法组合您的规范