AbstractValue
abstract class AbstractValue implements AttributeValueInterface (View source)
Properties
protected | $attribute_key | ||
protected | $generic_value | ||
protected AbstractValue | $attribute_value | This is NOT an ORM association. It is a pointer to the attributevalue object that is retrieved via the generic_value join column above. |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
Returns content that can be displayed on profile pages, elsewhere. Filters problematic content (sanitizes)
Returns content that is useful in plain text contexts.
Returns the attribute in the context of search indexing (for search index database tables)
No description
No description
No description
Details
Key
getAttributeKey()
No description
getAttributeValueID()
No description
setAttributeKey(mixed $attribute_key)
No description
setAttributeValueObject($attributeValueObject)
No description
getAttributeTypeObject()
No description
getController()
No description
__destruct()
No description
final
getValueObject()
No description
getValue($mode = false)
No description
getDisplaySanitizedValue()
deprecated
deprecated
No description
mixed
getDisplayValue()
Returns content that can be displayed on profile pages, elsewhere. Filters problematic content (sanitizes)
string
getPlainTextValue()
Returns content that is useful in plain text contexts.
$this
getSearchIndexValue()
Returns the attribute in the context of search indexing (for search index database tables)
setGenericValue(mixed $value)
No description
mixed
getGenericValue()
No description
__toString()
No description