class StandardSetManager implements SetManagerInterface (View source)

Handles adding and removing keys from attribute sets.

Constants

ASET_ALLOW_NONE

ASET_ALLOW_SINGLE

ASET_ALLOW_MULTIPLE

Properties

protected $entityManager
protected $allowAttributeSets
protected $categoryEntity

Methods

allowAttributeSets()

No description

getUnassignedAttributeKeys()

No description

getAttributeSets()

No description

setAllowAttributeSets(bool $allowAttributeSets)

No description

__construct(Category $categoryEntity, EntityManager $entityManager)

No description

addSet($handle, $name, $pkg = null, $locked = null)

No description

addKey(Set $set, Key $key)

No description

updateAttributeSetDisplayOrder($asIDs)

No description

Details

allowAttributeSets()

No description

getUnassignedAttributeKeys()

No description

getAttributeSets()

No description

setAllowAttributeSets(bool $allowAttributeSets)

No description

Parameters

bool $allowAttributeSets

__construct(Category $categoryEntity, EntityManager $entityManager)

No description

Parameters

Category $categoryEntity
EntityManager $entityManager

addSet($handle, $name, $pkg = null, $locked = null)

No description

Parameters

$handle
$name
$pkg
$locked

addKey(Set $set, Key $key)

No description

Parameters

Set $set
Key $key

updateAttributeSetDisplayOrder($asIDs)

No description

Parameters

$asIDs