Documentation

UpdateProposableTrait

A trait which provides basic (repeated) functionality for proposed update entities.

TODO: Make activities also use this trait.

Table of Contents

Properties

$isUpdate  : bool
Whether this entity is a proposed update for another entity.

Methods

getIsUpdate()  : bool
Get whether this is a proposed update.
isUpdate()  : bool
Get whether this is a proposed update.
setIsUpdate()  : void
Set whether this is a proposed update.

Properties

$isUpdate

Whether this entity is a proposed update for another entity.

protected bool $isUpdate = false
Attributes
#[Column]
$type: 'boolean'

Methods

getIsUpdate()

Get whether this is a proposed update.

public getIsUpdate() : bool
Return values
bool

isUpdate()

Get whether this is a proposed update.

public isUpdate() : bool
Return values
bool

setIsUpdate()

Set whether this is a proposed update.

public setIsUpdate(bool $isUpdate) : void
Parameters
$isUpdate : bool

        
On this page

Search results