コード例 #1
0
ファイル: locallib.php プロジェクト: nikitskynikita/moodle
 /**
  * Given an object of properties and a page created answer(s) and saves them
  * in the database.
  *
  * @param stdClass $properties
  * @param lesson_page $page
  * @return array
  */
 public static function create($properties, lesson_page $page)
 {
     return $page->create_answers($properties);
 }