File manager - Edit - /home/ferretapmx/public_html/libraries/vendor/fig/link-util/src/Link.php
Back
<?php namespace Fig\Link; use Psr\Link\EvolvableLinkInterface; class Link implements EvolvableLinkInterface { use EvolvableLinkTrait; /** * Link constructor. * * @param string $rel * A single relationship to include on this link. * @param string $href * An href for this link. */ public function __construct(string $rel = '', string $href = '') { if ($rel) { $this->rel[$rel] = true; } $this->href = $href; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings