Pheasant\Relationship::set PHP Method

set() public method

public set ( $object, $key, $value )
    public function set($object, $key, $value)
    {
        throw new \BadMethodCallException("Set not supported on " . get_class($this));
    }