Tag: oop
Value Object
PHP 8.1+
4
A small immutable object defined by its value rather than its identity — two Value Objects with the same data are equal.
3mo ago
quality intermediate
Visitor Pattern
PHP 5.0+
A behavioural pattern that separates an algorithm from the objects it operates on — adding new operations to a class hierarchy without modifying those classes.
3mo ago
quality advanced