<?php namespace ePHPic\View\Attributes; use ePHPic\View\StringAttribute; class AcceptCharsetAttribute extends StringAttribute { protected function name(): string { return "accept-charset"; } }