Sculpin\Contrib\ProxySourceCollection\ProxySourceItem::offsetExists PHP Method

offsetExists() public method

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return !method_exists($this, $offset) && null !== $this->data()->get($offset);
    }