phpbb_ailabs/privet/ailabs/includes/resultSubmit.php

19 lines
308 B
PHP
Raw Permalink Normal View History

2023-05-28 09:43:21 +08:00
<?php
/**
*
* AI Labs extension
*
* @copyright (c) 2023, privet.fun, https://privet.fun
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
namespace privet\ailabs\includes;
class resultSubmit
{
public string $response;
2023-06-02 01:35:15 +08:00
public $responseCodes;
2023-10-02 05:08:48 +08:00
public bool $ignore = false;
2023-05-28 09:43:21 +08:00
};