PHP 클래스 PAGI\Client\Result\DigitReadResult

PHP Version 5
저자: Marcelo Gornstein ([email protected])
상속: extends ResultDecorator, implements PAGI\Client\Result\IReadResult
파일 보기 프로젝트 열기: marcelog/pagi 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$digits string Digits read (if any).
$timeout boolean Timeout?

공개 메소드들

메소드 설명
__construct ( PAGI\Client\Result\IResult $result ) : void Constructor.
getDigits ( ) (non-PHPdoc)
getDigitsCount ( ) (non-PHPdoc)
isTimeout ( ) (non-PHPdoc)

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( PAGI\Client\Result\IResult $result ) : void
$result PAGI\Client\Result\IResult Result to decorate.
리턴 void

getDigits() 공개 메소드

(non-PHPdoc)
public getDigits ( )

getDigitsCount() 공개 메소드

(non-PHPdoc)
public getDigitsCount ( )

isTimeout() 공개 메소드

(non-PHPdoc)
public isTimeout ( )

프로퍼티 상세

$digits 보호되어 있는 프로퍼티

Digits read (if any).
protected string $digits
리턴 string

$timeout 보호되어 있는 프로퍼티

Timeout?
protected bool $timeout
리턴 boolean