class Image extends Model (View source)

Properties

protected $errorType
protected $errorDataType
protected $sourceImageType
protected $sourceImageDataType
string $stepId
protected $thumbnailType
protected $thumbnailDataType

Methods

setError(Status $error)

No description

getError()

No description

setSourceImage(ToolOutputReference $sourceImage)

No description

setStepId($stepId)

No description

string
getStepId()

No description

setThumbnail(Thumbnail $thumbnail)

No description

getThumbnail()

No description

Details

setError(Status $error)

No description

Parameters

Status $error

Status getError()

No description

Return Value

Status

setSourceImage(ToolOutputReference $sourceImage)

No description

Parameters

ToolOutputReference $sourceImage

ToolOutputReference getSourceImage()

No description

Return Value

ToolOutputReference

setStepId($stepId)

No description

Parameters

$stepId

string getStepId()

No description

Return Value

string

setThumbnail(Thumbnail $thumbnail)

No description

Parameters

Thumbnail $thumbnail

Thumbnail getThumbnail()

No description

Return Value

Thumbnail