4 require_once
"./Services/Object/classes/class.ilObjectGUI.php";
31 public function __construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output =
true)
35 $this->tpl = $DIC[
"tpl"];
36 $this->tabs = $DIC->tabs();
37 $this->ctrl = $DIC->ctrl();
38 $this->tree = $DIC->repositoryTree();
39 $this->access = $DIC->access();
40 $this->lng = $DIC->language();
41 $this->
help = $DIC[
"ilHelp"];
52 $next_class = $this->ctrl->getNextClass($this);
54 switch ($next_class) {
55 case 'ilpermissiongui':
57 $ilTabs->activateTab(
"id_permissions");
58 include_once(
"Services/AccessControl/classes/class.ilPermissionGUI.php");
60 $ret = $this->ctrl->forwardCommand($perm_gui);
63 case "ilexternalfeedblockgui":
65 $ilTabs->activateTab(
"id_settings");
67 $fb_gui->setGuiObject($this);
68 if (is_object($this->
object)) {
69 $fb_gui->setRefId($this->object->getRefId());
71 $ret = $this->ctrl->forwardCommand($fb_gui);
77 $ilTabs->activateTab(
"export");
78 include_once(
"./Services/Export/classes/class.ilExportGUI.php");
80 $exp_gui->addFormat(
"xml");
81 $ret = $this->ctrl->forwardCommand($exp_gui);
86 $cmd = $this->ctrl->getCmd(
"view");
87 if ($cmd !=
"create") {
100 $ilCtrl->setCmdClass(
"ilexternalfeedblockgui");
109 public function save($a_feed_block)
112 $_REQUEST[
"new_type"] =
"feed";
113 $_POST[
"title"] = $a_feed_block->getTitle();
114 $_POST[
"desc"] = $a_feed_block->getFeedUrl();
115 parent::saveObject($a_feed_block);
120 if ($a_feed_block != null) {
122 $a_feed_block = $a_feed_block[0];
124 $a_feed_block->setContextObjId($a_new_object->
getId());
125 $a_feed_block->setContextObjType(
"feed");
138 ilUtil::sendSuccess($this->lng->txt(
"object_added"),
true);
139 $this->ctrl->returnToParent($this);
148 $_POST[
"title"] = $a_feed_block->getTitle();
149 $_POST[
"desc"] = $a_feed_block->getFeedUrl();
150 parent::updateObject();
162 $_GET[
"ref_id"] = $par;
175 $_GET[
"ref_id"] = $par;
191 if (in_array(
$ilCtrl->getCmd(), array(
"create",
"saveFeedBlock"))) {
194 $ilHelp->setScreenIdComponent(
"feed");
197 "ilexternalfeedblockgui",
198 "external_feed_block_id",
199 $_GET[
"external_feed_block_id"]
201 $ilCtrl->saveParameter($this,
"external_feed_block_id");
203 if ($ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
206 $lng->txt(
"settings"),
207 $this->ctrl->getLinkTargetByClass(
"ilexternalfeedblockgui",
"editFeedBlock")
212 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId()) && DEVMODE == 1) {
216 $this->ctrl->getLinkTargetByClass(
"ilexportgui",
"")
221 if ($ilAccess->checkAccess(
'edit_permission',
'', $this->object->getRefId())) {
224 $lng->txt(
"perm_settings"),
225 $this->ctrl->getLinkTargetByClass(
"ilpermissiongui",
"perm")
230 public static function _goto($a_target)
234 $tree = $DIC->repositoryTree();
236 $id = explode(
"_", $a_target);
243 include_once
"Services/Link/classes/class.ilLink.php";
update($a_feed_block)
update object public
afterSave(ilObject $a_new_object, $a_feed_block=null)
Export User Interface Class.
prepareOutput($a_show_subobjects=true)
prepare output
getId()
get object id public
cancelUpdate()
Cancel update.
Class ilObjectGUI Basic methods of all Output classes.
save($a_feed_block)
save object public
afterUpdate()
After update.
BlockGUI class for external feed block.
redirectToRefId($a_ref_id, $a_cmd="")
redirects to (repository) view per ref id usually to a container and usually used at the end of a sav...
__construct(Container $dic, ilPlugin $plugin)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
__construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true)
Constructor public.
Class ilObjExternalFeedGUI.
static redirect($a_script)
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")