Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Altax
Module
Task
Process
ProcessResult
PHP Class Altax\Module\Task\Process\ProcessResult
显示文件
Open project: kohkimakimoto/altax
Class Usage Examples
Protected Properties
Property
Type
Description
$contents
$returnCode
Public Methods
Method
Description
__construct
(
$returnCode
,
$contents
)
__toString
( )
getContents
( )
isFailed
( )
isSuccessful
( )
Method Details
__construct()
public
method
public
__construct
(
$returnCode
,
$contents
)
__toString()
public
method
public
__toString
( )
getContents()
public
method
public
getContents
( )
isFailed()
public
method
public
isFailed
( )
isSuccessful()
public
method
public
isSuccessful
( )
Property Details
$contents
protected_oe property
protected
$contents
$returnCode
protected_oe property
protected
$returnCode