Skip to content

Commit

Permalink
Add data property.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jun 1, 2018
1 parent 551f93b commit 79be6c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Form/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ class Form implements EventListenerInterface, EventDispatcherInterface, Validato
*/
protected $_validator;

/**
* Form's data.
*
* @var array
*/
protected $_data = [];

/**
* Constructor
*
Expand Down

0 comments on commit 79be6c0

Please sign in to comment.