class Key implements AttributeKeyInterface, ExportableInterface, ControlInterface (View source)

Traits

Properties

protected $package from  PackageTrait
protected $settings
protected $akID
protected $akHandle
protected $akName
protected $akIsSearchable
protected $akIsInternal
protected $akIsSearchableIndexed
protected $set_keys
protected Type $type
protected $category

Methods

mixed
getPackage()

No description

setPackage(mixed $package)

No description

getPackageID()

No description

getPackageHandle()

No description

setAttributeKeyID($akID)

No description

int
getAttributeKeyID()

No description

string
getAttributeKeyHandle()

No description

setAttributeKeyHandle($akHandle)

No description

mixed
isAttributeKeyInternal()

No description

setIsAttributeKeyInternal($akIsInternal)

No description

mixed
getAttributeKeyName()

No description

setAttributeKeyName($akName)

No description

bool
isAttributeKeySearchable()

No description

setIsAttributeKeySearchable($akIsSearchable)

No description

mixed
isAttributeKeyContentIndexed()

No description

setIsAttributeKeyContentIndexed($akIsSearchableIndexed)

No description

mixed
getAttributeKeySettings()

No description

setAttributeKeySettings($settings)

No description

setAttributeType(Type $type)

No description

getAttributeType()

Get the attribute key type.

getAttributeTypeHandle()

No description

getController()

Get the attribute key controller.

getAttributeCategoryEntity()

No description

getAttributeCategory()

No description

setAttributeCategoryEntity(mixed $category)

No description

getExporter()

No description

getControlView(ContextInterface $context)

No description

render($view = 'view', $value = false, $return = false) deprecated

No description

getAttributeKeyDisplayName($format = 'html')

No description

getAttributeSets()

No description

inAttributeSet(Set $set)

No description

getSearchIndexer()

Get the search indexer.

mixed
__toString()

Doctrine requires this for certain queries.

setAttributeSet($set) deprecated

No description

getAttributeValueIDList() 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

setAttributeKeyID($akID)

No description

Parameters

$akID

int getAttributeKeyID()

No description

Return Value

int

string getAttributeKeyHandle()

No description

Return Value

string

setAttributeKeyHandle($akHandle)

No description

Parameters

$akHandle

mixed isAttributeKeyInternal()

No description

Return Value

mixed

setIsAttributeKeyInternal($akIsInternal)

No description

Parameters

$akIsInternal

mixed getAttributeKeyName()

No description

Return Value

mixed

setAttributeKeyName($akName)

No description

Parameters

$akName

bool isAttributeKeySearchable()

No description

Return Value

bool

setIsAttributeKeySearchable($akIsSearchable)

No description

Parameters

$akIsSearchable

mixed isAttributeKeyContentIndexed()

No description

Return Value

mixed

setIsAttributeKeyContentIndexed($akIsSearchableIndexed)

No description

Parameters

$akIsSearchableIndexed

mixed getAttributeKeySettings()

No description

Return Value

mixed

setAttributeKeySettings($settings)

No description

Parameters

$settings

setAttributeType(Type $type)

No description

Parameters

Type $type

Type getAttributeType()

Get the attribute key type.

Return Value

Type

getAttributeTypeHandle()

No description

Controller getController()

Get the attribute key controller.

Return Value

Controller

getAttributeKeyCategoryHandle()

No description

getAttributeCategoryEntity()

No description

getAttributeCategory()

No description

setAttributeCategoryEntity(mixed $category)

No description

Parameters

mixed $category

ItemInterface getExporter()

No description

Return Value

ItemInterface

getControlView(ContextInterface $context)

No description

Parameters

ContextInterface $context

render($view = 'view', $value = false, $return = false) deprecated

deprecated

No description

Parameters

$view
$value
$return

getAttributeKeyDisplayName($format = 'html')

No description

Parameters

$format

getAttributeSets()

No description

inAttributeSet(Set $set)

No description

Parameters

Set $set

SearchIndexerInterface getSearchIndexer()

Get the search indexer.

Return Value

SearchIndexerInterface

mixed __toString()

Doctrine requires this for certain queries.

Return Value

mixed

setAttributeSet($set) deprecated

deprecated

No description

Parameters

$set

getAttributeValueIDList() deprecated

deprecated

No description