Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DIconTag.php69 public static function exceptionHandling(Exception $e, $tagAttribute): string argument
72 $message = "Icon ({$tagAttribute->getValue("name")}). Error while rendering: {$e->getMessage()}";
97 * @param $tagAttribute
100 public static function metadata(Doku_Renderer_metadata $renderer, $tagAttribute) argument
104 $mediaPath = Icon::createFromTagAttributes($tagAttribute)->getFetchSvg()->getSourcePath();