Example #1
0
 function __construct(\greebo\essence\Event $event, $charset)
 {
     parent::__construct($event);
     $this->header('Content-type', 'text/html; charset=' . $charset);
 }