Skip to content

Commit

Permalink
added properties for QQAssociationNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Sánchez authored and mikeho committed Oct 15, 2010
1 parent e68f575 commit c493a26
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -3,6 +3,11 @@
/////////////////////////////////////

<% foreach ($objTable->ManyToManyReferenceArray as $objReference) { %>
/**
* @property-read QQNode $<%= $objReference->OppositePropertyName %>
* @property-read QQNode<%=$objReference->VariableType %> $<%= $objReference->VariableType %>
* @property-read QQNode<%=$objReference->VariableType %> $_ChildTableNode
*/
class QQNode<%= $objTable->ClassName %><%= $objReference->ObjectDescription %> extends QQAssociationNode {
protected $strType = 'association';
protected $strName = '<%= strtolower($objReference->ObjectDescription); %>';
Expand Down

0 comments on commit c493a26

Please sign in to comment.