

namibia
bb2698c383a0585633180c7996aba816667c9e6d
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
<?php namespace Person\Fixture; class Contact extends \Fixture\Service\Fixture { static public function build() { parent::addStack('\\Person\\Entity\\Contact', array( 'Contact.Jack' => array( 'firstName' => 'Jack', 'familyName' => 'Trader', 'mobile' => '+27821234567', 'office' => '+27111234567', 'email' => 'a@imperial.com' ), 'Contact.Dave' => array( 'firstName' => 'Dave', 'familyName' => 'Thomas', 'mobile' => '+27833248462', 'office' => '+27123248462', 'email' => 'dave@bid4cars.com.na' ), 'Contact.Byron' => array( 'firstName' => 'Byron', 'familyName' => 'Stephenson', 'mobile' => '+27826039258', 'office' => '+27126039258', 'email' => 'bstephenson@cargomotors.co.za' ) )); } } |
Commits for namibiamodule/Person/src/Person/Fixture/Contact.php
Revision | Author | Commited | Message |
---|---|---|---|
bb2698 ...
![]() |
Mark | Mon 24 Oct, 2016 08:44:08 +0000 | latest update |
df0489 ... | Mark | Fri 14 Oct, 2016 10:01:00 +0000 | initial commit |