示例#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());
 }