diff --git a/view/ViewableData.php b/view/ViewableData.php index 7a6cf5b4c..1f068abc4 100644 --- a/view/ViewableData.php +++ b/view/ViewableData.php @@ -208,6 +208,13 @@ class ViewableData extends Object implements IteratorAggregate { ); } + /** + * @return ViewableData + */ + public function getCustomisedObj() { + return $this->customisedObject; + } + /** * @param ViewableData $object */