项目作者: Majkl578

项目描述 :
Proposal for Comparable & Equatable in PHP
高级语言: PHP
项目地址: git://github.com/Majkl578/comparison.git
创建时间: 2019-02-22T02:16:30Z
项目社区:https://github.com/Majkl578/comparison

开源协议:MIT License

下载


Comparable & Equatable for PHP

This library provides two simple interfaces:

  • Comparable: Implemented by objects that desire to adjust how they should be compared to other objects.
  • Equatable: Implemented by objects that desire to adjust how they should be equated to other objects.

For more in-depth information see the phpDoc in the interfaces themselves.