AssetExecutionResult
in package
Read onlyYes
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getDocument() : DOMDocument|null
- getError() : Throwable|null
- getExitCode() : int
Methods
__construct()
public
__construct(int $exitCode[, DOMDocument|null $document = null ][, Throwable|null $error = null ]) : mixed
Parameters
- $exitCode : int
- $document : DOMDocument|null = null
- $error : Throwable|null = null
getDocument()
public
getDocument() : DOMDocument|null
Return values
DOMDocument|nullgetError()
public
getError() : Throwable|null
Return values
Throwable|nullgetExitCode()
public
getExitCode() : int