function __construct(array $theme, \ArrayObject $stylesheets)
 {
     $this->theme = $theme;
     parent::__construct($stylesheets);
 }