Stevebauman\Translation\Clients\GoogleTranslate::__construct PHP Метод

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

public __construct ( TranslateClient $client )
$client Stichoza\GoogleTranslate\TranslateClient
    public function __construct(TranslateClient $client)
    {
        $this->client = $client;
    }