Skip to content

Commit a3f7009

Browse files
iricketsonconnorhu
authored andcommitted
Declare $params var
1 parent 356960a commit a3f7009

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
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)