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
$agent
Engine
public
string
$agent
= null
$all_headers
All http request headers
public
string
$all_headers
= null
$allow_links
Is allow links, email and icq, valid are 1|0
public
int
$allow_links
= null
$auth_key
Auth key
public
string
$auth_key
= null
$example
Post example with last comments
public
string
$example
= 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
$last_error_no
Last error number
public
int
$last_error_no
= null
$last_error_text
Last error text
public
string
$last_error_text
= null
$last_error_time
Last error time
public
int
$last_error_time
= null
$message
User message
public
string
$message
= null
$method_name
Method name
public
string
$method_name
= 'check_message'
$phone
Phone number
public
type
$phone
= null
$post_info
Post info JSON string
public
string
$post_info
= null
$response_lang
Language server response, valid are 'en' or 'ru'
public
string
$response_lang
= null
$sender_email
User email
public
string
$sender_email
= null
$sender_info
Sender info JSON string
public
string
$sender_info
= null
$sender_ip
User IP
public
string
$sender_ip
= null
$sender_nickname
User nickname
public
string
$sender_nickname
= null
$stoplist_check
Is check for stoplist, valid are 0|1
public
int
$stoplist_check
= null
$submit_time
Time form filling
public
int
$submit_time
= null
$tz
user time zone
public
string
$tz
= null
$x_forwarded_for
public
mixed
$x_forwarded_for
= ''
$x_real_ip
public
mixed
$x_real_ip
= ''
Methods
__construct()
Fill params with constructor
public
__construct([type $params = null ]) : mixed
Parameters
- $params : type = null