Zendesk\API\Resources\Embeddable::__construct PHP Method

__construct() public method

Sets the client to be used
public __construct ( HttpClient $client )
$client Zendesk\API\HttpClient
    public function __construct(HttpClient $client)
    {
        $this->client = $client;
    }