Public Member Functions | |
makeAll (&$demoDataHelper) | |
populateModel (&$model) | |
Static Public Member Functions | |
static | getDependencies () |
Static Protected Member Functions | |
static | makeEmailAddressByAccount (&$model) |
Protected Attributes | |
$ratioToLoad = 1 |
Class that builds demo accounts.
Definition at line 40 of file AccountsDemoDataMaker.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 44 of file AccountsDemoDataMaker.php.
makeAll | ( | &$ | demoDataHelper | ) |
DemoDataHelper | $demoDataHelper |
Reimplemented from DemoDataMaker.
Definition at line 52 of file AccountsDemoDataMaker.php.
populateModel | ( | &$ | model | ) |
RedBeanModel | $model |
Reimplemented from DemoDataMaker.
Definition at line 73 of file AccountsDemoDataMaker.php.