Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DOutlineVisitor.php90 * @param array $totalComboCalls
95 …mlSectionOutlineCallsRecurse(OutlineSection $outlineSection, array &$totalComboCalls, int &$sectio… argument
98 $totalComboCalls[] = Call::createComboCall(
178 $totalComboCalls = array_merge(
179 $totalComboCalls,
185 …is->addSectionEditButtonComboFormatIfNeeded($outlineSection, $sectionSequenceId, $totalComboCalls);
186 $totalComboCalls[] = $this->getCloseHeaderCall();
190 …$this->toHtmlSectionOutlineCallsRecurse($child, $totalComboCalls, $sectionSequenceId, $captureHead…
195 $totalComboCalls = array_merge(
196 $totalComboCalls,
[all …]