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:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user