1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

fix property

This commit is contained in:
Mzhelskiy Maxim 2015-05-20 13:26:02 +07:00
parent 98fcc24438
commit 92b7a15275

View file

@ -335,4 +335,11 @@ class ModuleProperty_EntityProperty extends EntityORM
}
return $oValue->isEmpty();
}
public function getValueTypeObject()
{
if ($oValue = $this->getValue()) {
return $oValue->getValueTypeObject();
}
}
}