PHP Interface PAGI\Client\Result\IReadResult

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Inheritance: extends PAGI\Client\Result\IResult
Exibir arquivo Open project: marcelog/pagi

Public Methods

Method Description
getDigits ( ) : string Returns digits read. False if none.
getDigitsCount ( ) : integer Returns the number of digits read.
isTimeout ( ) : boolean True if the operation completed and no input was received from the user.

Method Details

getDigits() public method

Returns digits read. False if none.
public getDigits ( ) : string
return string

getDigitsCount() public method

Returns the number of digits read.
public getDigitsCount ( ) : integer
return integer

isTimeout() public method

True if the operation completed and no input was received from the user.
public isTimeout ( ) : boolean
return boolean