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

offsetGet() public method

public offsetGet ( $offset )
    function &offsetGet($offset)
    {
        if (is_null($this->__container)) {
            return null;
        }
        $oRes = $this->__container->offsetGet($offset);
        return $oRes;
    }