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