Hi,
I'am writing a tag extension which declares several tags.
When with <sample>...</sample>
function renderTagSample( $input, array $args, Parser $parser, PPFrame $frame ) { ... }
is called is there a way to get the tag name "sample" itself inside renderTagSample?
Thanks in advance
Sigbert