Home
last modified time | relevance | path

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

/plugin/pagemod/helper/
Dpagemod.php11 protected $template_section_id; variable in helper_plugin_pagemod_pagemod
43 $template_section_id = cleanID(array_shift($argv));
69 $template = $this->updatePage($template, $template_section_id);
129 * @param string $template_section_id
132 protected function updatePage($template, $template_section_id) { argument
133 $this->template_section_id = $template_section_id;
162 if($id === $this->template_section_id) {