Configured
in package
Table of Contents
- $id : Id
- $updateSet : UpdateSet
- create() : self
- Create instance.
- id() : Id
- Return ID.
- updateSet() : UpdateSet
- Return update set.
- __construct() : mixed
- Constructor.
Properties
$id
private
Id
$id
$updateSet
private
UpdateSet
$updateSet
Methods
create()
Create instance.
public
static create(Id $id, UpdateSet $updateSet) : self
Parameters
Return values
self —id()
Return ID.
public
id() : Id
Return values
Id —updateSet()
Return update set.
public
updateSet() : UpdateSet
Return values
UpdateSet —__construct()
Constructor.
private
__construct(Id $id, UpdateSet $updateSet) : mixed