Maslosoft Mangan API
Class RelatedArrayAnnotation
This type of nesting objects works similarly to SQL joins.
Shorthand notation:
```
- Maslosoft\Addendum\Collections\MetaAnnotation
- Maslosoft\Mangan\Meta\ManganAnnotation
- Maslosoft\Mangan\Meta\ManganPropertyAnnotation
- Maslosoft\Mangan\Annotations\RelatedAnnotation
- Maslosoft\Mangan\Annotations\RelatedArrayAnnotation
Namespace: Maslosoft\Mangan\Annotations
Relatedarray(company\project\projects,:
Relatedarray(class:
Conflicts('embedded')
Conflicts('embeddedarray')
Conflicts('dbref')
Conflicts('dbrefarray')
Conflicts('related')
Author: Piotr Maselkowski
Located at Annotations/RelatedArrayAnnotation.php
Relatedarray(company\project\projects,:
join = {'_id' = 'entity_id'}, sort = {'_id' = 1}, true)
Expanded notation:
Relatedarray(class:
= Company\Project\Projects, join = {'_id' => 'entity_id'}, sort = {'_id' = 1}, updatable = true) ```
Conflicts('embedded')
Conflicts('embeddedarray')
Conflicts('dbref')
Conflicts('dbrefarray')
Conflicts('related')
Author: Piotr Maselkowski
Located at Annotations/RelatedArrayAnnotation.php
Methods inherited from Maslosoft\Mangan\Meta\ManganPropertyAnnotation
Methods inherited from Maslosoft\Mangan\Meta\ManganAnnotation
Properties inherited from Maslosoft\Mangan\Annotations\RelatedAnnotation
API documentation generated by ApiGen