px2agent
px2agent.php
Table of Contents
- $error_list : mixed
- $options : mixed
- __construct() : mixed
- Constructor
- createProject() : mixed
- Create project object
- error() : mixed
- エラーを記録する
Properties
$error_list
private
mixed
$error_list
= array()
$options
private
mixed
$options
Methods
__construct()
Constructor
public
__construct([mixed $options = array() ]) : mixed
Parameters
- $options : mixed = array()
Return values
mixed —createProject()
Create project object
public
createProject(mixed $php_self) : mixed
Parameters
- $php_self : mixed
Return values
mixed —error()
エラーを記録する
public
error(mixed $error_msg) : mixed
Parameters
- $error_msg : mixed