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