public function get($key){
		if($key == 'value') return $this->getValue();
		else return parent::get($key);
	}