%PDF- %PDF-
Direktori : /home/emtnaeewxm/www/vendor/fig/link-util/src/ |
Current File : /home/emtnaeewxm/www/vendor/fig/link-util/src/Relations.php |
<?php /** * Standard relation names. * * This file is auto-generated. Do not edit directly. Edit or re-run `rebuild-rels.php` if necessary. */ declare(strict_types=1); namespace Fig\Link; /** * Standard relation names. * * This interface provides convenience constants for standard relationships defined by IANA. They are not required, * but are useful for avoiding typos and similar such errors. * * This interface may be referenced directly like so: * * Relations::REL_UP * * Or you may implement this interface in your class and then refer to the constants locally: * * static::REL_UP */ interface Relations { /** * Refers to a resource that is the subject of the link's context. * * @see https://tools.ietf.org/html/rfc6903 */ const REL_ABOUT = 'about'; /** * Asserts that the link target provides an access control resource for the link context. * * @see https://solidproject.org/TR/wac#acl-link-relation */ const REL_ACL = 'acl'; /** * Refers to a substitute for this context * * @see https://html.spec.whatwg.org/multipage/links.html#link-type-alternate */ const REL_ALTERNATE = 'alternate'; /** * Used to reference alternative content that uses the AMP profile of the HTML format. * * @see https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml/ */ const REL_AMPHTML = 'amphtml'; /** * Refers to a list of APIs available from the Publisher of the link context. * * @see https://tools.ietf.org/html/rfc9727 */ const REL_API_CATALOG = 'api-catalog'; /** * Refers to an appendix. * * @see https://www.w3.org/TR/html401/ */ const REL_APPENDIX = 'appendix'; /** * Refers to an icon for the context. Synonym for icon. * * @see https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html#//apple_ref/doc/uid/TP40002051-CH3-SW3 */ const REL_APPLE_TOUCH_ICON = 'apple-touch-icon'; /** * Refers to a launch screen for the context. * * @see https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html#//apple_ref/doc/uid/TP40002051-CH3-SW3 */ const REL_APPLE_TOUCH_STARTUP_IMAGE = 'apple-touch-startup-image'; /** * Refers to a collection of records, documents, or other materials of historical interest. * * @see http://www.w3.org/TR/2011/WD-html5-20110113/links.html#rel-archives */ const REL_ARCHIVES = 'archives'; /** * Refers to the context's author. * * See also 'me' * * @see https://html.spec.whatwg.org/multipage/links.html#link-type-author */ const REL_AUTHOR = 'author'; /** * Identifies the entity that blocks access to a resource following receipt of a legal demand. * * @see https://tools.ietf.org/html/rfc7725 */ const REL_BLOCKED_BY = 'blocked-by'; /** * Gives a permanent link to use for bookmarking purposes. * * @see https://html.spec.whatwg.org/multipage/links.html#link-type-bookmark */ const REL_BOOKMARK = 'bookmark'; /** * This link relation identifies the C2PA Manifest associated with the link context * * @see https://c2pa.org/specifications/specifications/2.0/specs/C2PA_Specification.html#_by_link_header */ const REL_C2PA_MANIFEST = 'c2pa-manifest'; /** * Designates the preferred version of a resource (the IRI and its contents). * * @see https://tools.ietf.org/html/rfc6596 */ const REL_CANONICAL = 'canonical'; /** * Refers to a chapter in a collection of resources. * * @see https://www.w3.org/TR/html401/ */ const REL_CHAPTER = 'chapter'; /** * Indicates that the link target is preferred over the link context for the purpose of permanent citation. * * @see https://tools.ietf.org/html/rfc8574 */ const REL_CITE_AS = 'cite-as'; /** * The target IRI points to a resource which represents the collection resource for the context IRI. * * @see https://tools.ietf.org/html/rfc6573 */ const REL_COLLECTION = 'collection';