BulkActionResponse
in package
implements
JsonSerializable
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $requested : int|null
- $updated : int|null
Methods
- __construct() : mixed
- getRequested() : int|null
- getUpdated() : int|null
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- setRequested() : void
- setUpdated() : void
Properties
$requested
private
int|null
$requested
$updated
private
int|null
$updated
Methods
__construct()
public
__construct([int|null $requested = null ][, int|null $updated = null ]) : mixed
Parameters
- $requested : int|null = null
- $updated : int|null = null
getRequested()
public
getRequested() : int|null
Return values
int|nullgetUpdated()
public
getUpdated() : int|null
Return values
int|nulljsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
setRequested()
public
setRequested(int|null $requested) : void
Parameters
- $requested : int|null
setUpdated()
public
setUpdated(int|null $updated) : void
Parameters
- $updated : int|null