SqlParser\UtfString::offsetSet PHP Method

offsetSet() public method

Sets the value of a character.
public offsetSet ( integer $offset, string $value ) : void
$offset integer The offset to be set.
$value string The value to be set.
return void
    public function offsetSet($offset, $value)
    {
        throw new \Exception('Not implemented.');
    }