示例#1
0
 public function __construct($id = null, $config = null)
 {
     $this->name = ___('Random Questions');
     parent::__construct($id, $config);
 }
示例#2
0
文件: Brick.php 项目: grlf/eyedock
 public function __construct($id = null, $config = null)
 {
     $this->name = ___('Payout Method');
     parent::__construct($id, $config);
 }
示例#3
0
 public function __construct($id = null, $config = null)
 {
     $this->name = ___('Newsletter');
     parent::__construct($id, $config);
 }
示例#4
0
 public function __construct($id = null, $config = null)
 {
     $this->name = ___("Form Page Break");
     parent::__construct($id, $config);
 }