Constant {$constant->shortName}
{if $constant->valid}
{$constant|longDescription|noescape}
{if $constant->inNamespace()}Namespace: {$constant->namespaceName|namespaceLinks|noescape}
{/if} {if $constant->inPackage()}Package: {$constant->packageName|packageLinks|noescape}
{/if} {foreach $template->annotationSort($template->annotationFilter($constant->annotations, array('var'))) as $annotation => $values} {foreach $values as $value} {$annotation|annotationBeautify}{if $value}:{/if} {$value|annotation:$annotation:$constant|noescape}
{/foreach} {/foreach} Located at {$constant->fileName|relativePath}
{var $annotations = $constant->annotations}
{/if} {if $constant->inPackage()}Package: {$constant->packageName|packageLinks|noescape}
{/if} {foreach $template->annotationSort($template->annotationFilter($constant->annotations, array('var'))) as $annotation => $values} {foreach $values as $value} {$annotation|annotationBeautify}{if $value}:{/if} {$value|annotation:$annotation:$constant|noescape}
{/foreach} {/foreach} Located at {$constant->fileName|relativePath}
Value summary
{$constant->typeHint|typeLinks:$constant|noescape} |
{block|strip}
{var $element = $template->resolveElement($constant->valueDefinition, $constant)}
{if $element}{$constant->valueDefinition}{else}{$constant->valueDefinition|highlightValue:$constant|noescape} {/if}
{/block} |
Documentation of this constant could not be generated.
Constant was originally declared in {$constant->fileName|relativePath} and is invalid because of:
- Constant was redeclared in {$reason->getSender()->getFileName()|relativePath}.