PHP 클래스 SensioLabs\Insight\Sdk\Model\Analysis

파일 보기 프로젝트 열기: sensiolabs/insight 1 사용 예제들

공개 메소드들

메소드 설명
getBeginAt ( ) : DateTime
getDuration ( ) : DateInterval
getEndAt ( ) : DateTime | null
getFailureCode ( ) : string
getFailureMessage ( ) : string
getGrade ( ) : string
getGrades ( ) : string[]
getLinks ( ) : SensioLabs\Insight\Sdk\Model\Link[]
getNbViolations ( ) : integer
getNextGrade ( ) : string
getNumber ( ) : integer
getRemediationCost ( ) : float
getRemediationCostForNextGrade ( ) : float
getStatus ( ) : string
getStatusMessage ( ) : string
getViolations ( ) : Violations | null
isAltered ( ) : boolean
isFailed ( ) : boolean
isFinished ( ) : boolean

메소드 상세

getBeginAt() 공개 메소드

public getBeginAt ( ) : DateTime
리턴 DateTime

getDuration() 공개 메소드

public getDuration ( ) : DateInterval
리턴 DateInterval

getEndAt() 공개 메소드

public getEndAt ( ) : DateTime | null
리턴 DateTime | null

getFailureCode() 공개 메소드

public getFailureCode ( ) : string
리턴 string

getFailureMessage() 공개 메소드

public getFailureMessage ( ) : string
리턴 string

getGrade() 공개 메소드

public getGrade ( ) : string
리턴 string

getGrades() 공개 메소드

public getGrades ( ) : string[]
리턴 string[]

getNbViolations() 공개 메소드

public getNbViolations ( ) : integer
리턴 integer

getNextGrade() 공개 메소드

public getNextGrade ( ) : string
리턴 string

getNumber() 공개 메소드

public getNumber ( ) : integer
리턴 integer

getRemediationCost() 공개 메소드

public getRemediationCost ( ) : float
리턴 float

getRemediationCostForNextGrade() 공개 메소드

getStatus() 공개 메소드

public getStatus ( ) : string
리턴 string One of the STATUS_* constants

getStatusMessage() 공개 메소드

public getStatusMessage ( ) : string
리턴 string

getViolations() 공개 메소드

public getViolations ( ) : Violations | null
리턴 Violations | null

isAltered() 공개 메소드

public isAltered ( ) : boolean
리턴 boolean

isFailed() 공개 메소드

public isFailed ( ) : boolean
리턴 boolean

isFinished() 공개 메소드

public isFinished ( ) : boolean
리턴 boolean