interface AttributeKeyInterface (View source)

Interface that any attribute key must implement.

Methods

int
getAttributeKeyID()

Get the attribute key identifier.

string
getAttributeKeyHandle()

Get the attribute key handle.

getAttributeType()

Get the attribute key type.

bool
isAttributeKeySearchable()

Is the attribute key searchable?

getSearchIndexer()

Get the search indexer.

getController()

Get the attribute key conteoller.

Details

int getAttributeKeyID()

Get the attribute key identifier.

Return Value

int

string getAttributeKeyHandle()

Get the attribute key handle.

Return Value

string

Type getAttributeType()

Get the attribute key type.

Return Value

Type

bool isAttributeKeySearchable()

Is the attribute key searchable?

Return Value

bool

SearchIndexerInterface getSearchIndexer()

Get the search indexer.

Return Value

SearchIndexerInterface

Controller getController()

Get the attribute key conteoller.

Return Value

Controller