From: Vincent Vanwaelscappel Date: Wed, 27 Jan 2021 21:09:08 +0000 (+0100) Subject: wip #4231 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=10918c2e29d2a5c05a0c3842f982ea7ab89fa5ce;p=cubist_cms-back.git wip #4231 @0.25 --- 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[]