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

offsetUnset() public method

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