File "Info.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale/Info.php
File
size: 495 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
// Copyright 1999-2020. Plesk International GmbH.
namespace PleskX\Api\Struct\Locale;
defined('ABSPATH') or die();
class Info extends \PleskX\Api\Struct
{
/** @var string */
public $id;
/** @var string */
public $language;
/** @var string */
public $country;
public function __construct($apiResponse)
{
$this->_initScalarProperties($apiResponse, [
'id',
['lang' => 'language'],
'country',
]);
}
}