66 $this->_container = $container;
68 $this->_value = (string)
$value;
78 $this->_trace =
false;
91 return $offset >= 0 && $offset < strlen($this->_value);
103 return $this->_value[$offset];
115 $this->_value[$offset] = $char;
118 $this->_trace =
false;
119 $this->_container->processUpdate();
131 unset($this->_value[$offset]);
134 $this->_trace =
false;
135 $this->_container->processUpdate();
147 return $this->_value;
162 return $this->_value;
175 $this->_trace =
true;
offsetSet($offset, $char)
__construct($value, Zend_Memory_Container_Movable $container)