for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
// Copyright 1999-2021. Plesk International GmbH.
namespace PleskX\Api;
/**
* Internal client for Plesk XML-RPC API (via SDK).
*/
class InternalClient extends Client
{
public function __construct()
parent::__construct('localhost', 0, 'sdk');
}
* Setup login to execute requests under certain user.
*
* @param $login
public function setLogin($login)
$this->_login = $login;