39 protected $type = null;
46 protected $data = null;
53 protected $mesg = null;
81 $this->data = $repl->toList();
123 return array_key_exists($offset, $this->data) ? TRUE : FALSE;
136 return $this->data[$offset];
152 unset($this->data[$offset]);
166 public function __set($offset, $value)