17 $this->copy_enabled =
true;
18 $this->delete_enabled =
true;
19 $this->cut_enabled =
true;
20 $this->subscribe_enabled =
true;
21 $this->link_enabled =
true;
22 $this->info_screen_enabled =
true;
24 $this->gui_class_name =
"ilobjbloggui";
32 $commands = parent::getCommands();
35 $permissions = array();
36 foreach ($commands as $idx => $item) {
37 if ($item[
"lang_var"] ==
"edit" && $item[
"granted"]) {
38 $permissions[$item[
"permission"]] = $idx;
41 if (
sizeof($permissions) == 2) {
42 unset($commands[$permissions[
"contribute"]]);
static _getCommands()
get commands