Skip to content

Commit c24ee52

Browse files
authored
Merge pull request #1174 from toby-griffiths/patch-4
Added POPO acronym where first explained
2 parents 86536b4 + beb3003 commit c24ee52

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)