Prado\Util\TJsonRpcClient::create PHP Метод

create() публичный статический Метод

Creates an instance of TJsonRpcClient
public static create ( $type, $serverUrl, $isNotification = false )
    public static function create($type, $serverUrl, $isNotification = false)
    {
        return new self($serverUrl, $isNotification);
    }