Public Member Functions | |
makeAll (&$demoDataHelper) | |
populateModel (&$model) | |
Static Public Member Functions | |
static | getDependencies () |
Protected Attributes | |
$index | |
$seedData |
Class that builds demo emailTemplates.
Definition at line 40 of file EmailTemplatesDemoDataMaker.php.
static getDependencies | ( | ) | [static] |
Returns an array of module class names. These modules must have their demo data built first.
Reimplemented from DemoDataMaker.
Definition at line 46 of file EmailTemplatesDemoDataMaker.php.
makeAll | ( | &$ | demoDataHelper | ) |
DemoDataHelper | $demoDataHelper |
Reimplemented from DemoDataMaker.
Definition at line 54 of file EmailTemplatesDemoDataMaker.php.
populateModel | ( | &$ | model | ) |
Can be used when you want to just populate the model with random data, but not save it.
RedBeanModel | $model |
Reimplemented from DemoDataMaker.
Definition at line 79 of file EmailTemplatesDemoDataMaker.php.