Home
last modified time | relevance | path

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

/plugin/columns/
H A Daction.php54 $this->currentBlock->closeSection($c);
175 public function closeSection($callIndex) { function in columns_root_block
268 public function closeSection($callIndex) { function in columns_block
269 $this->currentColumn->closeSection($callIndex);
576 public function closeSection($callIndex) { function in columns_column
617 $closeSection = $this->sectionOpen;
625 $closeSection = true;
631 if ($closeSection || ($this->sectionEnd != null)) {
632 $result = array_merge($result, $this->closeLastSection($closeSection));
659 private function closeLastSection($closeSection) { argument
[all …]
/plugin/editions/
H A Daction.php64 function closeSection(&$event, $param){ function in action_plugin_editions