class FailureDetail extends Model (View source)

Properties

bool $crashed
bool $deviceOutOfMemory
bool $failedRoboscript
bool $notInstalled
bool $otherNativeCrash
bool $timedOut
bool $unableToCrawl

Methods

setCrashed($crashed)

No description

bool
getCrashed()

No description

setDeviceOutOfMemory($deviceOutOfMemory)

No description

bool
getDeviceOutOfMemory()

No description

setFailedRoboscript($failedRoboscript)

No description

bool
getFailedRoboscript()

No description

setNotInstalled($notInstalled)

No description

bool
getNotInstalled()

No description

setOtherNativeCrash($otherNativeCrash)

No description

bool
getOtherNativeCrash()

No description

setTimedOut($timedOut)

No description

bool
getTimedOut()

No description

setUnableToCrawl($unableToCrawl)

No description

bool
getUnableToCrawl()

No description

Details

setCrashed($crashed)

No description

Parameters

$crashed

bool getCrashed()

No description

Return Value

bool

setDeviceOutOfMemory($deviceOutOfMemory)

No description

Parameters

$deviceOutOfMemory

bool getDeviceOutOfMemory()

No description

Return Value

bool

setFailedRoboscript($failedRoboscript)

No description

Parameters

$failedRoboscript

bool getFailedRoboscript()

No description

Return Value

bool

setNotInstalled($notInstalled)

No description

Parameters

$notInstalled

bool getNotInstalled()

No description

Return Value

bool

setOtherNativeCrash($otherNativeCrash)

No description

Parameters

$otherNativeCrash

bool getOtherNativeCrash()

No description

Return Value

bool

setTimedOut($timedOut)

No description

Parameters

$timedOut

bool getTimedOut()

No description

Return Value

bool

setUnableToCrawl($unableToCrawl)

No description

Parameters

$unableToCrawl

bool getUnableToCrawl()

No description

Return Value

bool