]> _ Git - cubist_cms-back.git/commitdiff
wip #4231 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Jan 2021 21:09:08 +0000 (22:09 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Jan 2021 21:09:08 +0000 (22:09 +0100)
src/app/Magic/EntityData.php

index 6b03b03dc709bdcf07b9f9147354a1e7f3b38cdd..e7f0db9e03d57506ee81cf0d9da9a77ff555a346 100644 (file)
@@ -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[]