/**
  * Contructor
  *
  * @param string $content_type
  */
 public function __construct($content_type)
 {
     parent::__construct('content-type', $content_type);
 }
 /**
  * Contructor
  *
  * @param string $refresh
  */
 public function __construct($refresh)
 {
     parent::__construct('refresh', $refresh);
 }
 /**
  * Contructor
  *
  * @param string $default_style
  */
 public function __construct($default_style)
 {
     parent::__construct('default-style', $default_style);
 }