From cebf6c3f34c2308a2dce9df8c53551887b621252 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 25 Jul 2020 16:40:15 +0300 Subject: [PATCH] Simplify and improve Entries API #439 --- src/flextype/Foundation/Entries/Entries.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/flextype/Foundation/Entries/Entries.php b/src/flextype/Foundation/Entries/Entries.php index 21383f58..b6d2bc8b 100755 --- a/src/flextype/Foundation/Entries/Entries.php +++ b/src/flextype/Foundation/Entries/Entries.php @@ -47,6 +47,22 @@ class Entries */ public $entry = []; + /** + * Current entry create data array + * + * @var array + * @access public + */ + public $entry_create_data = []; + + /** + * Current entry create data array + * + * @var array + * @access public + */ + public $entry_update_data = []; + /** * Current entries data array *