Пример #1
0
 public function init()
 {
     parent::init();
     $this->strcopy = get_string('duplicate');
 }
Пример #2
0
 public function init()
 {
     parent::init();
     $this->strdelete = get_string('delete');
     $this->strrestore = get_string('restore');
 }
Пример #3
0
 public function init()
 {
     parent::init();
     $this->stredit = get_string('edit');
     $this->strview = get_string('view');
 }