Home
last modified time | relevance | path

Searched refs:toplevel_id (Results 1 – 2 of 2) sorted by relevance

/plugin/mediasyntax/
H A Daction.php58 if(!isset($this->helper->toplevel_id))
69 if(!isset($this->helper->toplevel_id))
71 $this->helper->toplevel_id = $ID;
H A Dhelper.php15 public $toplevel_id = NULL;
266 // check if we left the range of possible sub includes and reset lvl and scope to toplevel_id
270 // reset scope to toplevel_id
271 $scope = $this->toplevel_id;
505 $footer[1] = array('mediasyntax_footer', array($page, $sect, $sect_title, $flags, $this->toplevel_id, $footer_lvl));
518 $editbtn[1] = array('mediasyntax_editbtn', array($page, $sect, $sect_title, $this->toplevel_id));
22 var $toplevel_id = NULL; global() variable in helper_plugin_mediasyntax