Home
last modified time | relevance | path

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

/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php102 public function getTitle() function in dokuwiki\\Menu\\Item\\AbstractItem
137 $attr = ['href' => $this->getLink(), 'title' => $this->getTitle()];
187 $this->getTitle(),
/dokuwiki/inc/TreeBuilder/
H A DTreeSort.php65 return Sort::strcmp($a->getTitle(), $b->getTitle());
H A DAbstractBuilder.php217 $R->externallink($node->getId(), $node->getTitle());
219 $R->internallink($node->getId(), $node->getTitle());
/dokuwiki/_test/tests/Feed/
H A DFeedPageProcessorTest.php79 $this->assertEquals('DokuWiki', $proc->getTitle());
H A DFeedMediaProcessorTest.php50 $this->assertEquals('dokuwiki-128.png', $proc->getTitle());
/dokuwiki/inc/Feed/
H A DFeedItemProcessor.php80 public function getTitle() function in dokuwiki\\Feed\\FeedItemProcessor
H A DFeedPageProcessor.php153 public function getTitle() function in dokuwiki\\Feed\\FeedPageProcessor
H A DFeedCreator.php90 $item->title = $proc->getTitle();
/dokuwiki/inc/TreeBuilder/Node/
H A DAbstractNode.php55 public function getTitle(): ?string function in dokuwiki\\TreeBuilder\\Node\\AbstractNode
/dokuwiki/inc/
H A DJpegMeta.php162 $info = $this->getTitle();
610 function getTitle($max=80){ function in JpegMeta
/dokuwiki/inc/parser/
H A Dxhtml.php1692 $cap = $jpeg->getTitle();