Skip to content

Commit beb3003

Browse files
Added POPO acronym where first explained
This should help people seeing POPO further down the docs to work out what it means, to reduce their cognitive load.
1 parent 86536b4 commit beb3003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Since you only need to describe the structure of the data to expose, API Platfor
44
API framework. However, the "design-first" methodology is strongly recommended: first you design the **public shape** of
55
API endpoints.
66

7-
To do so, you have to write a plain old PHP object representing the input and output of your endpoint. This is the class
7+
To do so, you have to write a plain old PHP object (POPO) representing the input and output of your endpoint. This is the class
88
that is [marked with the `@ApiResource` annotation](../distribution/index.md).
99
This class **doesn't have** to be mapped with Doctrine ORM, or any other persistence system. It must be simple (it's usually
1010
just a data structure with no or minimal behaviors) and will be automatically converted to [Hydra](extending-jsonld-context.md),

0 commit comments

Comments
 (0)