Pheasant\Relationship::add PHP Method

add() public method

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