Lisphp_Program::offsetUnset PHP Method

offsetUnset() public method

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        throw new BadMethodCallException('Lisphp_Program object is immutable');
    }