Exemple #1
0
 public function __construct($id = null, $config = null)
 {
     $this->name = ___('Random Questions');
     parent::__construct($id, $config);
 }
Exemple #2
0
 public function __construct($id = null, $config = null)
 {
     $this->name = ___('Payout Method');
     parent::__construct($id, $config);
 }
Exemple #3
0
 public function __construct($id = null, $config = null)
 {
     $this->name = ___('Newsletter');
     parent::__construct($id, $config);
 }
Exemple #4
0
 public function __construct($id = null, $config = null)
 {
     $this->name = ___("Form Page Break");
     parent::__construct($id, $config);
 }