예제 #1
0
파일: editlib.php 프로젝트: nigeli/moodle
 public function init() {
     parent::init();
     $this->stradd = get_string('addtoquiz', 'quiz');
 }
예제 #2
0
파일: editlib.php 프로젝트: verbazend/AWFA
 public function init() {
     parent::init();
     $this->strdelete = get_string('delete');
     $this->strrestore = get_string('restore');
 }