1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 22:56:46 +02:00

Simplify and improve Entries API #439

This commit is contained in:
Awilum
2020-07-25 16:40:15 +03:00
parent e43556ccb1
commit cebf6c3f34

View File

@@ -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
*