PHP Class PAGI\Client\Result\Result

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Inheritance: implements PAGI\Client\Result\IResult
Afficher le fichier Open project: marcelog/pagi Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $line ) : void Constructor. Will parse the data that came from agi.
__toString ( ) : string Standard.
getCode ( ) (non-PHPdoc)
getData ( ) (non-PHPdoc)
getOriginalLine ( ) (non-PHPdoc)
getResult ( ) (non-PHPdoc)
hasData ( ) (non-PHPdoc)
isResult ( $value ) (non-PHPdoc)

Method Details

__construct() public méthode

Constructor. Will parse the data that came from agi.
public __construct ( string $line ) : void
$line string Result literal as came from agi.
Résultat void

__toString() public méthode

Standard.
public __toString ( ) : string
Résultat string

getCode() public méthode

(non-PHPdoc)
public getCode ( )

getData() public méthode

(non-PHPdoc)
public getData ( )

getOriginalLine() public méthode

(non-PHPdoc)
public getOriginalLine ( )

getResult() public méthode

(non-PHPdoc)
public getResult ( )

hasData() public méthode

(non-PHPdoc)
public hasData ( )

isResult() public méthode

(non-PHPdoc)
public isResult ( $value )