Documentation

CleantalkRequest
in package

Request class

Table of Contents

Properties

$agent  : string
Engine
$all_headers  : string
All http request headers
$allow_links  : int
Is allow links, email and icq, valid are 1|0
$auth_key  : string
Auth key
$example  : string
Post example with last comments
$feedback  : string
Feedback string, valid are 'requset_id:(1|0)'
$js_on  : int
Is enable Java Script, valid are 0|1|2 Status: null - JS html code not inserted into phpBB templates 0 - JS disabled at the client browser 1 - JS enabled at the client broswer
$last_error_no  : int
Last error number
$last_error_text  : string
Last error text
$last_error_time  : int
Last error time
$message  : string
User message
$method_name  : string
Method name
$phone  : type
Phone number
$post_info  : string
Post info JSON string
$response_lang  : string
Language server response, valid are 'en' or 'ru'
$sender_email  : string
User email
$sender_info  : string
Sender info JSON string
$sender_ip  : string
User IP
$sender_nickname  : string
User nickname
$stoplist_check  : int
Is check for stoplist, valid are 0|1
$submit_time  : int
Time form filling
$tz  : string
user time zone
$x_forwarded_for  : mixed
$x_real_ip  : mixed

Methods

__construct()  : mixed
Fill params with constructor

Properties

Is allow links, email and icq, valid are 1|0

public int $allow_links = null

$feedback

Feedback string, valid are 'requset_id:(1|0)'

public string $feedback = null

$js_on

Is enable Java Script, valid are 0|1|2 Status: null - JS html code not inserted into phpBB templates 0 - JS disabled at the client browser 1 - JS enabled at the client broswer

public int $js_on = null

$response_lang

Language server response, valid are 'en' or 'ru'

public string $response_lang = null

$stoplist_check

Is check for stoplist, valid are 0|1

public int $stoplist_check = null

Methods

__construct()

Fill params with constructor

public __construct([type $params = null ]) : mixed
Parameters
$params : type = null

        
On this page

Search results