ReferenceDescription.php
getTags()
Get the application specific tags that this attribute is tagged with.
Definition: ReferenceDescription.php:75
getIsEditable()
Check whether the attribute should be editable.
Definition: ReferenceDescription.php:111
getOtherName()
Get the name of the referenced attribute in the referenced type.
Definition: ReferenceDescription.php:50
getValidateDescription()
Get the description for the validation type.
Definition: ReferenceDescription.php:102
$otherType
Definition: ReferenceDescription.php:23
Instances of AttributeDescription describe attributes of PersistentObjects.
Definition: AttributeDescription.php:18
Instances of ReferenceDescription describe reference attributes of PersistentObjects.
Definition: ReferenceDescription.php:21
$otherName
Definition: ReferenceDescription.php:24
static getInstance($name, $dynamicConfiguration=[])
Definition: ObjectFactory.php:47
ObjectFactory implements the service locator pattern by wrapping a Factory instance and providing sta...
Definition: ObjectFactory.php:24