Pheasant\Relationships\Includer::get PHP Method

get() public method

public get ( $object, $key )
    public function get($object, $key)
    {
        if (!isset($this->_cache)) {
            $this->loadCache();
        }
        return $this->_rel->get($object, $key, $this->_cache);
    }