Skip to content

Commit

Permalink
add motivation
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Oct 5, 2023
1 parent 37ec11c commit 3973aa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Lets you easily create decorator classes to dynamically modify the behaviors of
Doctrine Collection objects, including the collection objects used by Doctrine
ORM in your entities.

## Motivation

Custom collection classes won't come to Doctrine ORM anytime soon. Therefore,
the only way to modify the behavior of a Doctrine collection is to use
decorators. However, creating a Collection decorator by hand is a tedious
process.

## Synopsis

The decorator class extending one of our abstract classes:
Expand Down

0 comments on commit 3973aa6

Please sign in to comment.