Pheasant\Relationship::get PHP Method

get() public method

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