class PageValue extends AbstractValue (View source)

Properties

protected $attribute_key from  AbstractValue
protected $generic_value from  AbstractValue
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.

from  AbstractValue
protected $cID
protected $cvID

Methods

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

getValueObject()

No description

getValue($mode = false)

No description

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

mixed
getPageID()

No description

setPageID(mixed $cID)

No description

mixed
getVersionID()

No description

setVersionID(mixed $cvID)

No description

Details

Key getAttributeKey()

No description

Return Value

Key

getAttributeValueID()

No description

setAttributeKey(mixed $attribute_key)

No description

Parameters

mixed $attribute_key

setAttributeValueObject($attributeValueObject)

No description

Parameters

$attributeValueObject

getAttributeTypeObject()

No description

getController()

No description

__destruct()

No description

final getValueObject()

No description

getValue($mode = false)

No description

Parameters

$mode

getDisplaySanitizedValue() deprecated

deprecated

No description

mixed getDisplayValue()

Returns content that can be displayed on profile pages, elsewhere. Filters problematic content (sanitizes)

Return Value

mixed

string getPlainTextValue()

Returns content that is useful in plain text contexts.

Return Value

string

$this getSearchIndexValue()

Returns the attribute in the context of search indexing (for search index database tables)

Return Value

$this

setGenericValue(mixed $value)

No description

Parameters

mixed $value

mixed getGenericValue()

No description

Return Value

mixed

__toString()

No description

mixed getPageID()

No description

Return Value

mixed

setPageID(mixed $cID)

No description

Parameters

mixed $cID

mixed getVersionID()

No description

Return Value

mixed

setVersionID(mixed $cvID)

No description

Parameters

mixed $cvID