EditResponse
class EditResponse extends EditResponse (View source)
The result of file import.
Properties
ErrorList|Exception|string|null deprecated | $error | The error(s) of the response. |
from EditResponse |
string deprecated | $time | The date/time of the response in ISO-9075 format (YYYY-MM-DD hh:mm:ss). |
from EditResponse |
string|null deprecated | $title | The title of the response. |
from EditResponse |
string|null deprecated | $message | The message of the response. |
from EditResponse |
string|UrlInterface|null deprecated | $redirectURL | The redirect URL of the response. |
from EditResponse |
private bool | $reloadCurrentPage | The current page should be reloaded. |
from EditResponse |
protected array | $additionalData | Additional response data. |
from EditResponse |
protected File[]|Version[] | $files | The added/modified file versions. |
Methods
Get the date/time of the response in ISO-9075 format (YYYY-MM-DD hh:mm:ss).
Set the redirect URL of the response.
Set additional response data.
Get an stdClass instance containing the serialized data of this instance.
Get an stdClass instance containing the serialized data of this instance.
Details
ErrorList|Exception|string|null
getError()
Get the error(s) of the response.
bool
hasError()
Does this response contain an error?
string
getTime()
Get the date/time of the response in ISO-9075 format (YYYY-MM-DD hh:mm:ss).
$this
setTitle(string|null $title)
Set the title of the response.
string|null
getTitle()
Get the title of the response.
$this
setMessage(string|null $message)
Set the message of the response.
string|null
getMessage()
Get the message of the response.
$this
setRedirectURL(string|UrlInterface|null $url)
Set the redirect URL of the response.
string|UrlInterface|null
getRedirectURL()
Get the redirect URL of the response.
object
setReloadCurrentPage(bool $value)
The current page should be reloaded?
bool
isReloadCurrentPage()
The current page should be reloaded?
setAdditionalDataAttribute(string $key, mixed $value)
Set additional response data.
string
getJSON()
Get the JSON representation of the data of this instance.
stdClass
getJSONObject()
Get an stdClass instance containing the serialized data of this instance.
stdClass
getBaseJSONObject()
Get an stdClass instance containing the serialized data of this instance.
jsonSerialize()
{@inheritdoc}
outputJSON()
deprecated
deprecated
No description
$this
setFile(File $file)
Add a file to the added/modified file list.