Relationship Class ================== .. php:class:: Relationship Represents the relationship between two entities .. php:method:: __construct(string $name, string $type) Create a new Relationship instance :param string $name: Attribute name :param string $type: Attribute type :returns: A ``Relationship`` instance :rtype: Relationship