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

offsetSet() public method

public offsetSet ( $offset, $value )
    function offsetSet($offset, $value)
    {
        if (is_null($this->__container)) {
            return;
        }
        $this->__container->offsetSet($offset, $value);
    }