PHP 8.1.33
Preview: LinkProviderInterface.php Size: 786 B
/home/jambtst2015/public_html/ida.com.ng/libraries/vendor/psr/link/src/LinkProviderInterface.php

<?php

namespace Psr\Link;

/**
 * A link provider object.
 */
interface LinkProviderInterface
{
    /**
     * Returns an iterable of LinkInterface objects.
     *
     * The iterable may be an array or any PHP \Traversable object. If no links
     * are available, an empty array or \Traversable MUST be returned.
     *
     * @return LinkInterface[]|\Traversable
     */
    public function getLinks();

    /**
     * Returns an iterable of LinkInterface objects that have a specific relationship.
     *
     * The iterable may be an array or any PHP \Traversable object. If no links
     * with that relationship are available, an empty array or \Traversable MUST be returned.
     *
     * @return LinkInterface[]|\Traversable
     */
    public function getLinksByRel($rel);
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
2.27 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.02 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.34 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
786 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).