Documentation

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

Methods

__construct()

public __construct([int|null $requested = null ][, int|null $updated = null ]) : mixed
Parameters
$requested : int|null = null
$updated : int|null = null

setRequested()

public setRequested(int|null $requested) : void
Parameters
$requested : int|null

setUpdated()

public setUpdated(int|null $updated) : void
Parameters
$updated : int|null

        
On this page

Search results