PHP Class Altax\Module\Task\Process\ProcessResult

Afficher le fichier Open project: kohkimakimoto/altax Class Usage Examples

Protected Properties

Свойство Type Description
$contents
$returnCode

Méthodes publiques

Méthode Description
__construct ( $returnCode, $contents )
__toString ( )
getContents ( )
isFailed ( )
isSuccessful ( )

Method Details

__construct() public méthode

public __construct ( $returnCode, $contents )

__toString() public méthode

public __toString ( )

getContents() public méthode

public getContents ( )

isFailed() public méthode

public isFailed ( )

isSuccessful() public méthode

public isSuccessful ( )

Property Details

$contents protected_oe property

protected $contents

$returnCode protected_oe property

protected $returnCode