Pheasant\SchemaBuilder::relationships PHP Method

relationships() public method

Sets the schema relationships
public relationships ( $map )
    public function relationships($map)
    {
        $this->_relationships = $map;
        return $this;
    }