Craft 3 Class Reference

Class craft\feeds\GuzzleClient

Inheritance
craft\feeds\GuzzleClient
Implements
Zend\Feed\Reader\Http\ClientInterface
Available since version
3.0
Source Code
https://github.com/craftcms/cms/blob/master/src/feeds/GuzzleClient.php

PSR-7 Guzzle client for the Feeds service.

Public Methods
Method Description Defined By
__construct() craft\feeds\GuzzleClient
get() {@inheritdoc} craft\feeds\GuzzleClient

Method Details

__construct() public method #

public void __construct ( \GuzzleHttp\ClientInterface $client null )
$client \GuzzleHttp\ClientInterface, null

get() public method #

{@inheritdoc}

public void get ( $uri )
$uri