From 10918c2e29d2a5c05a0c3842f982ea7ab89fa5ce Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 27 Jan 2021 22:09:08 +0100 Subject: [PATCH] wip #4231 @0.25 --- src/app/Magic/EntityData.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/Magic/EntityData.php b/src/app/Magic/EntityData.php index 6b03b03..e7f0db9 100644 --- a/src/app/Magic/EntityData.php +++ b/src/app/Magic/EntityData.php @@ -353,6 +353,14 @@ class EntityData implements \ArrayAccess return empty($res) ? $default : $res; } + /** + * @return array + */ + public function getRawData() + { + return $this->_data; + } + /** * @param $entities CubistMagicAbstractModel[] * @return PageData[] -- 2.39.5