Skip to content

Proposal for Comparable & Equatable in PHP

License

Notifications You must be signed in to change notification settings

Majkl578/comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Proposal for Comparable & Equatable in PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages