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/Site/Info.php
File
size: 402 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\Site;
defined('ABSPATH') or die();
class Info extends \PleskX\Api\Struct
{
/** @var int */
public $id;
/** @var string */
public $guid;
public function __construct($apiResponse)
{
$this->_initScalarProperties($apiResponse, [
'id',
'guid',
]);
}
}