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