PHP 클래스 Cronario\Exception\ResultException

상속: extends Ik\Lib\Exception\ResultException
파일 보기 프로젝트 열기: cronario/cronario 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$results array Common results scope with message and status

공개 메소드들

메소드 설명
isQueued ( ) : boolean Check for 'queued' status
isRedirect ( ) : boolean Check for 'redirect' status
isRetry ( ) : boolean Check for 'retry' status

메소드 상세

isQueued() 공개 메소드

Check for 'queued' status
public isQueued ( ) : boolean
리턴 boolean

isRedirect() 공개 메소드

Check for 'redirect' status
public isRedirect ( ) : boolean
리턴 boolean

isRetry() 공개 메소드

Check for 'retry' status
public isRetry ( ) : boolean
리턴 boolean

프로퍼티 상세

$results 공개적으로 정적으로 프로퍼티

Common results scope with message and status
public static array $results
리턴 array