00001 <?php 00010 class response_http_xul extends response_http_html { 00011 00012 protected function afterInit() { 00013 parent::afterInit(); 00014 $this->setContentType('xul'); 00015 } 00016 00017 }