Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DOutlineSection.php138 $label = $call->getInstructionCall()[1][0];
213 $level = $this->headingEnterCall->getInstructionCall()[1][1];
308 $this->headingEnterCall->getInstructionCall()[1][1] = $level;
H A DOutline.php195 $originalInstructionCall = &$actualCall->getInstructionCall();
263 $newSectionLevel = $actualCall->getInstructionCall()[1][1];
389 $actualCall->getInstructionCall()[1][6] = MediaMarkup::LINKING_NOLINK_VALUE;
649 return $element->getInstructionCall();
715 return $element->getInstructionCall();
799 return $element->getInstructionCall();
H A DOutlineVisitor.php83 return $element->getInstructionCall();
H A DCall.php741 function &getInstructionCall() function in ComboStrap\\Call