Flake\Core\Datastructure\ChainLink::offsetUnset PHP Méthode

offsetUnset() public méthode

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