コード例 #1
0
ファイル: helper.php プロジェクト: dg711/moodle
 /**
  * Fetch the specified step.
  *
  * @param   int         $stepid     The id of the step to fetch.
  * @return  step
  */
 public static function get_step($stepid)
 {
     return step::instance($stepid);
 }