Ejemplo n.º 1
0
 /**
  * Constructor.
  */
 public function __construct(array $params = null)
 {
     $this->tabs = array(array('tab_id' => 'currcourse_edit', 'page' => get_class($this), 'params' => array('action' => 'currcourse_edit'), 'name' => get_string('edit', self::LANG_FILE), 'showtab' => true, 'showbutton' => true, 'image' => 'edit'), array('tab_id' => 'delete', 'page' => get_class($this), 'params' => array('action' => 'delete'), 'name' => get_string('delete', self::LANG_FILE), 'showbutton' => true, 'image' => 'delete'));
     parent::__construct($params);
 }