コード例 #1
0
ファイル: view.php プロジェクト: roboshed/leaguerunner
 function __construct($id)
 {
     parent::__construct($id);
     $this->template_name = 'pages/gmaps/view.tpl';
 }
コード例 #2
0
ファイル: identityPage.php プロジェクト: sekure/nameid
 /**
  * Construct the field.
  * @param label The label to display.
  * @param key The key for data extraction.
  */
 public function __construct($label, $key)
 {
     parent::__construct($label);
     $this->key = $key;
 }
コード例 #3
0
ファイル: edit.php プロジェクト: h07r0d/leaguerunner
 function __construct($id)
 {
     parent::__construct($id);
     $this->title = "Edit Field: {$this->field->fullname}";
 }