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