コード例 #1
0
ファイル: Store.php プロジェクト: as3io/modlr
 /**
  * Gets the metadata for a relationship.
  *
  * @param   RelationshipMetadata    $relMeta    The relationship metadata.
  * @return  EntityMetadata
  */
 public function getMetadataForRelationship(RelationshipMetadata $relMeta)
 {
     return $this->getMetadataForType($relMeta->getEntityType());
 }