|
gluu
|


公開メンバ関数 | |
| __construct () | |
| getRequestOxdId () | |
| setRequestOxdId ($request_oxd_id) | |
| getRequestRpt () | |
| setRequestRpt ($request_rpt) | |
| getRequestTicket () | |
| setRequestTicket ($request_ticket) | |
| setCommand () | |
| setParams () | |
| request () | |
| getResponseStatus () | |
| setResponseStatus () | |
| getResponseData () | |
| getData () | |
| getCommand () | |
| getResponseObject () | |
| getResponseJSON () | |
| getParams () | |
| is_JSON ($string) | |
| define_variables ($configOBJECT) | |
| oxd_socket_request ($data, $char_count=8192) | |
| error_message ($error) | |
| log ($process, $message) | |
限定公開変数類 | |
| $command | |
| $params = array() | |
| $data = array() | |
| $response_json | |
| $response_object | |
| $response_status | |
| $response_data = array() | |
| $base_url = __DIR__ | |
静的限定公開変数類 | |
| static | $socket = null |
非公開変数類 | |
| $request_oxd_id = null | |
| $request_rpt = null | |
| $request_ticket = null | |
| oxdrp\Uma_rp_authorize_rpt::__construct | ( | ) |
|
inherited |
Defining oxd-setting.json file for static object Oxd_RP_config
|
inherited |
|
inherited |
Protocol name for request.
|
inherited |
Data which need to send oXD server.
|
inherited |
Parameters for request.
| oxdrp\Uma_rp_authorize_rpt::getRequestOxdId | ( | ) |
| oxdrp\Uma_rp_authorize_rpt::getRequestRpt | ( | ) |
| oxdrp\Uma_rp_authorize_rpt::getRequestTicket | ( | ) |
|
inherited |
If data is not empty it is returning response data from oxd-server in format array. If data empty or error , you have problem with parameter or protocol.
|
inherited |
If response data is not empty it is returning response data from oxd-server in format json. If response data empty or error , you have problem with parameter or protocol.
|
inherited |
If response data is not empty it is returning response data from oxd-server in format object. If response data empty or error , you have problem with parameter or protocol.
|
inherited |
Response status
|
inherited |
|
inherited |
Saving process in log file.
| string | $process | |
| string | $message |
|
inherited |
Sending request to oXD server via socket
| string | $data | |
| int | $char_count |
|
inherited |
send function sends the command to the oxD server.
Args: command (dict) - Dict representation of the JSON command string
| oxdrp\Uma_rp_authorize_rpt::setCommand | ( | ) |
| oxdrp\Uma_rp_authorize_rpt::setParams | ( | ) |
Protocol parameter to oxd server
| oxdrp\Uma_rp_authorize_rpt::setRequestOxdId | ( | $request_oxd_id | ) |
| string | $request_oxd_id |
| oxdrp\Uma_rp_authorize_rpt::setRequestRpt | ( | $request_rpt | ) |
| string | $request_rpt |
| oxdrp\Uma_rp_authorize_rpt::setRequestTicket | ( | $request_ticket | ) |
| string | $request_ticket |
|
inherited |
Setting response status
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
private |
|
private |
|
private |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
staticprotectedinherited |
1.8.13