Bravo3\Orm\Mappers\Metadata\Relationship::setRelationshipType PHP Метод

setRelationshipType() публичный Метод

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;
    }