ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Relationship.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
28enum Relationship: string implements IsRelationship
29{
30 case ALTERNATE = 'alternate';
31 case AUTHOR = 'author';
32 case BOOKMARK = 'bookmark';
33 case EXTERNAL = 'external';
34 case LICENSE = 'license';
35 case NOFOLLOW = 'nofollow';
36 case NOOPENER = 'noopener';
37 case NOREFERRER = 'noreferrer';