X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/libraries/vendor/fig/link-util/src
home
/
notabjze
/
just4dastreets.com
/
libraries
/
vendor
/
fig
/
link-util
/
src
/
ðŸ“
..
📄
EvolvableLinkProviderTrait.php
(797 B)
📄
EvolvableLinkTrait.php
(1.59 KB)
📄
GenericLinkProvider.php
(806 B)
📄
Link.php
(497 B)
📄
LinkProviderTrait.php
(832 B)
📄
LinkTrait.php
(1.13 KB)
📄
Relations.php
(32.33 KB)
📄
TemplatedHrefTrait.php
(487 B)
Editing: TemplatedHrefTrait.php
<?php namespace Fig\Link; trait TemplatedHrefTrait { /** * Determines if an href is a templated link or not. * * @see https://tools.ietf.org/html/rfc6570 * * @param string $href * The href value to check. * * @return bool * True if the specified href is a templated path, False otherwise. */ private function hrefIsTemplated($href) { return strpos($href, '{') !== false ||strpos($href, '}') !== false; } }
Upload File
Create Folder