{include title}
{if $hasElements}{$method->declaringClassName} | {$method->name}() |
{if $method->hasAnnotation($annotation)}
{foreach $method->annotations[$annotation] as $description}
{if $description}
{$description|annotation:$annotation:$method|noescape} {/if} {/foreach} {/if} |
{$constant->declaringClassName} | {$constant->name} |
{else}
{$constant->namespaceName} | {$constant->shortName} |
{/if}
{foreach $constant->annotations[$annotation] as $description}
{if $description}
{$description|annotation:$annotation:$constant|noescape} {/if} {/foreach} |
{$property->declaringClassName} | ${$property->name} |
{foreach $property->annotations[$annotation] as $description}
{if $description}
{$description|annotation:$annotation:$property|noescape} {/if} {/foreach} |
{$function->namespaceName} | {$function->shortName} |
{foreach $function->annotations[$annotation] as $description}
{if $description}
{$description|annotation:$annotation:$function|noescape} {/if} {/foreach} |
No elements with @{$annotation}
annotation found.