Exemplo n.º 1
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     foreach ($this->records as &$record) {
         $record['passwd'] = sha1($record['passwd']);
         //, null, true
     }
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     $this->faker = Faker::create();
     parent::__construct();
 }