PHP Class PAGI\Client\Result\Result

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

Public Methods

Method 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 method

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

__toString() public method

Standard.
public __toString ( ) : string
return string

getCode() public method

(non-PHPdoc)
public getCode ( )

getData() public method

(non-PHPdoc)
public getData ( )

getOriginalLine() public method

(non-PHPdoc)
public getOriginalLine ( )

getResult() public method

(non-PHPdoc)
public getResult ( )

hasData() public method

(non-PHPdoc)
public hasData ( )

isResult() public method

(non-PHPdoc)
public isResult ( $value )