pickles2/px2agent v0.2.0 API Document

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()

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
Return values
mixed

Search results