class ItemStatus extends Collection (View source)

Properties

protected $collection_key
string $code
protected $processingErrorsType
protected $processingErrorsDataType
protected $repositoryErrorsType
protected $repositoryErrorsDataType

Methods

setCode($code)

No description

string
getCode()

No description

setProcessingErrors($processingErrors)

No description

setRepositoryErrors($repositoryErrors)

No description

Details

setCode($code)

No description

Parameters

$code

string getCode()

No description

Return Value

string

setProcessingErrors($processingErrors)

No description

Parameters

$processingErrors

ProcessingError[] getProcessingErrors()

No description

Return Value

ProcessingError[]

setRepositoryErrors($repositoryErrors)

No description

Parameters

$repositoryErrors

RepositoryError[] getRepositoryErrors()

No description

Return Value

RepositoryError[]