PropertyGroupAttribute
extends Base
in package
Class PropertyGroupAttribute.
Table of Contents
- $id : int
- $propertyGroupId : int
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getId() : int
- getPropertyGroupId() : int
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : PropertyGroupAttribute
- setPropertyGroupId() : PropertyGroupAttribute
Properties
$id
protected
int
$id
$propertyGroupId
protected
int
$propertyGroupId
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getId()
public
getId() : int
Return values
int —getPropertyGroupId()
public
getPropertyGroupId() : int
Return values
int —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) : PropertyGroupAttribute
Parameters
- $id : int
Return values
PropertyGroupAttribute —setPropertyGroupId()
public
setPropertyGroupId(int $propertyGroupId) : PropertyGroupAttribute
Parameters
- $propertyGroupId : int