Searched refs:headingLevel (Results 1 – 3 of 3) sorted by relevance
23 private $headingLevel; variable in InternalLink28 * @param headingLevel The heading level in which the link was found.31 function __construct($link, $headingLevel, $title = null) { argument33 if ($headingLevel < 2) {34 $this->headingLevel = 2;36 $this->headingLevel = $headingLevel;52 return $this->headingLevel;56 return "$this->title ($this->headingLevel) --- $this->link";
37 private $headingLevel = 0; variable in DecoratorIncluder70 $this->headingLevel = 0;87 $this->headingLevel = $level;259 $this->internalLinkToInclude = new InternalLink($link, $this->headingLevel, $title);
43 private $headingLevel; variable in renderer_plugin_latexport_tex62 $this->headingLevel = 0;130 $this->decorator->header($text, $level + $this->headingLevel, $pos);154 $this->headingLevel = $include->getHeadingLevel();