Searched refs:createFootnote (Results 1 – 3 of 3) sorted by relevance
54 public function setCreateFootnote(CreateFootnoteResponse $createFootnote) argument56 $this->createFootnote = $createFootnote;63 return $this->createFootnote;
104 public function setCreateFootnote(CreateFootnoteRequest $createFootnote) argument106 $this->createFootnote = $createFootnote;113 return $this->createFootnote;
57 private function createFootnote(string $label): Footnote global() function in League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteParser