Skip to content

Commit 5398fd8

Browse files
authored
Merge branch 'master' into connorhu-patch-1
2 parents c8a1347 + abdbd74 commit 5398fd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/plugins/sfDoctrinePlugin/lib/generator/sfDoctrineFormGenerator.class.php

+7
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ class sfDoctrineFormGenerator extends sfGenerator
3535
*/
3636
public $pluginModels = array();
3737

38+
/**
39+
* Array of all configuration params.
40+
*
41+
* @var array
42+
*/
43+
public $params = array();
44+
3845
/**
3946
* Initializes the current sfGenerator instance.
4047
*

0 commit comments

Comments
 (0)