rcrowe\Hippy\Client::__construct PHP Метод

__construct() публичный Метод

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;
    }