AttributeKeyField
class AttributeKeyField extends AbstractField (View source)
Properties
protected array | $data | The current search data. |
from AbstractField |
protected array | $requestVariables | The list of all the request variables. |
from AbstractField |
protected bool | $isLoaded | Determines whether the data is loaded into the field. If this is true, loadFromRequest will not repopulate from request. |
from AbstractField |
protected Key|null | $attributeKey | The attribute key instance. |
|
protected int|null | $akID | The attribute key ID. |
Methods
Generates the HTML for the search form (or an empty string if search is not supported).
No description
No description
No description
Set the search criteria.
Get the field key.
Get the field display name.
Return an array with the names of the properties to be serialized.
Initialize the instance once it has been deserialized.
Details
string
renderSearchField()
Generates the HTML for the search form (or an empty string if search is not supported).
jsonSerialize()
No description
mixed
export(SimpleXMLElement $element)
Exports the data to CIF
denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])
No description
setData($key, $value)
No description
mixed|null
getData(string $key)
No description
loadDataFromRequest(array $request)
Set the search criteria.
void
loadDataFromImport(SimpleXMLElement $element)
No description
string
getKey()
Get the field key.
string
getDisplayName()
Get the field display name.
__construct(Key $attributeKey = null)
Initialize the instance.
filterList(ItemList $list)
Apply the filter to an ItemList instance.
string[]
__sleep()
Return an array with the names of the properties to be serialized.
__wakeup()
Initialize the instance once it has been deserialized.