class Category implements CategoryObjectInterface (View source)

Traits

Properties

protected $package from  PackageTrait
protected $akCategoryID
protected $akCategoryHandle
protected $akCategoryAllowSets
protected $types
protected $sets
protected $keys

Methods

mixed
getPackage()

No description

setPackage(mixed $package)

No description

getPackageID()

No description

getPackageHandle()

No description

__construct()

No description

mixed
getAttributeKeyCategoryID()

No description

mixed
setAttributeKeyCategoryHandle(mixed $akCategoryHandle)

No description

mixed
allowAttributeSets()

No description

setAllowAttributeSets(mixed $akCategoryAllowSets)

No description

getController()

No description

getAttributeKeyCategory()

Get the attribute key category.

mixed
getAttributeSets()

No description

mixed
getAttributeTypes()

No description

setAttributeTypes(mixed $types)

No description

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

No description

__toString()

No description

associateAttributeKeyType(Type $type) deprecated

No description

Details

mixed getPackage()

No description

Return Value

mixed

setPackage(mixed $package)

No description

Parameters

mixed $package

getPackageID()

No description

getPackageHandle()

No description

__construct()

No description

mixed getAttributeKeyCategoryID()

No description

Return Value

mixed

mixed getAttributeKeyCategoryHandle()

No description

Return Value

mixed

setAttributeKeyCategoryHandle(mixed $akCategoryHandle)

No description

Parameters

mixed $akCategoryHandle

mixed allowAttributeSets()

No description

Return Value

mixed

setAllowAttributeSets(mixed $akCategoryAllowSets)

No description

Parameters

mixed $akCategoryAllowSets

CategoryInterface getController()

No description

Return Value

CategoryInterface

clearAttributeKeyCategoryTypes()

No description

CategoryInterface getAttributeKeyCategory()

Get the attribute key category.

Return Value

CategoryInterface

mixed getAttributeSets()

No description

Return Value

mixed

mixed getAttributeTypes()

No description

Return Value

mixed

setAttributeTypes(mixed $types)

No description

Parameters

mixed $types

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

deprecated

No description

Parameters

$handle
$name
$pkg

__toString()

No description

associateAttributeKeyType(Type $type) deprecated

deprecated

No description

Parameters

Type $type