settings =& Settings::get_instance(); $this->model = new GtkTreeStore(GObject::TYPE_PHP_VALUE, GObject::TYPE_STRING); parent::__construct($this->model); } function __get($key) { } function __set($key, $val) { } }