Bravo3\Orm\Mappers\Metadata\Relationship::setRelationshipType PHP Method

setRelationshipType() public method

Set relationship type
public setRelationshipType ( RelationshipType $relationship_type )
$relationship_type Bravo3\Orm\Enum\RelationshipType
    public function setRelationshipType(RelationshipType $relationship_type)
    {
        $this->relationship_type = $relationship_type;
        return $this;
    }