DocumentAttribute
extends Base
in package
Class DocumentAttribute.
Table of Contents
- $documentId : int
- $id : int
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getDocumentId() : int
- getId() : int
- setDocumentId() : DocumentAttribute
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : DocumentAttribute
Properties
$documentId
protected
int
$documentId
$id
protected
int
$id
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getDocumentId()
public
getDocumentId() : int
Return values
int —getId()
public
getId() : int
Return values
int —setDocumentId()
public
setDocumentId(int $documentId) : DocumentAttribute
Parameters
- $documentId : int
Return values
DocumentAttribute —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setId()
public
setId(int $id) : DocumentAttribute
Parameters
- $id : int