コード例 #1
0
ファイル: base_ui.class.php プロジェクト: vuchannguyen/web
 /**
  * Gets the name of the stage we are on
  * @return string
  */
 public function get_stage_name()
 {
     return $this->stage->get_name();
 }