diff --git a/application/classes/modules/property/entity/Property.entity.class.php b/application/classes/modules/property/entity/Property.entity.class.php index b1f93ffa..5c87a70c 100644 --- a/application/classes/modules/property/entity/Property.entity.class.php +++ b/application/classes/modules/property/entity/Property.entity.class.php @@ -335,4 +335,11 @@ class ModuleProperty_EntityProperty extends EntityORM } return $oValue->isEmpty(); } + + public function getValueTypeObject() + { + if ($oValue = $this->getValue()) { + return $oValue->getValueTypeObject(); + } + } } \ No newline at end of file