Documentation

ConfiguratorSet extends Base
in package

Class ConfiguratorSet.

Table of Contents

$groups  : array<string|int, ConfiguratorGroup>
$id  : int
$name  : string
$public  : bool
$type  : int
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getGroups()  : array<string|int, ConfiguratorGroup>
getId()  : int
getName()  : string
getType()  : int
isPublic()  : bool
setEntityAttributes()  : $this
Sets the attributes of this entity.
setGroups()  : ConfiguratorSet
setId()  : ConfiguratorSet
setName()  : ConfiguratorSet
setPublic()  : ConfiguratorSet
setType()  : ConfiguratorSet

Properties

Methods

getArrayCopy()

Gets the attributes of this entity.

public getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed>

setEntityAttributes()

Sets the attributes of this entity.

public setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
$attributes : array<string|int, mixed>
Return values
$this

Search results