Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions resources/relations.meta-storm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,19 @@
</classConstructor>
<!-- innerKey: -->
<classConstructor class="\Cycle\Annotated\Annotation\Relation\HasOne" argument="1" targetInArray="value">
<properties xpath="$containingClass"/>
</classConstructor>
<classConstructor class="\Cycle\Annotated\Annotation\Relation\HasOne" argument="1">
<properties xpath="$containingClass"/>
<properties xpath="$containingClass">
<filters>
<hasAttribute class="\Cycle\Annotated\Annotation\Column" />
</filters>
</properties>
</classConstructor>
<!-- outerKey: -->
<classConstructor class="\Cycle\Annotated\Annotation\Relation\HasOne" argument="2" targetInArray="value">
<properties xpath="$argument[0]"/>
</classConstructor>
<classConstructor class="\Cycle\Annotated\Annotation\Relation\HasOne" argument="2">
<properties xpath="$argument[0]"/>
<properties xpath="$argument[0]">
<filters>
<hasAttribute class="\Cycle\Annotated\Annotation\Column" />
</filters>
</properties>
</classConstructor>

<!-- Refers To -->
Expand Down
Loading