Flake\Core\Datastructure\ChainLink::offsetExists PHP Method

offsetExists() public method

public offsetExists ( $offset )
    function offsetExists($offset)
    {
        if (is_null($this->__container)) {
            return false;
        }
        return $this->__container->offsetExists($offset);
    }