A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.yiiframework.com/doc/api/2.0/yii-web-linkable below:

Linkable, yii\web\Linkable | API Documentation for Yii 2.0

Returns a list of links.

Each link is either a URI or a yii\web\Link object. The return value of this method should be an array whose keys are the relation names and values the corresponding links.

If a relation name corresponds to multiple links, use an array to represent them.

For example,

[
    'self' => 'https://example.com/users/1',
    'friends' => [
        'https://example.com/users/2',
        'https://example.com/users/3',
    ],
    'manager' => $managerLink, // $managerLink is a Link object
]
                public function getLinks();

            

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4