PHP Class Altax\Module\Task\Process\ProcessResult

Show file 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 property

protected $contents

$returnCode protected property

protected $returnCode