rcrowe\Hippy\Client::__construct PHP Méthode

__construct() public méthode

Create a new instance on the client
public __construct ( rcrowe\Hippy\Transport\TransportInterface $transport )
$transport rcrowe\Hippy\Transport\TransportInterface
    public function __construct(TransportInterface $transport)
    {
        $this->transport = $transport;
    }