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