{* ApiGen 2.8.0 - API documentation generator for PHP 5.3+ Copyright (c) 2010-2011 David Grudl (http://davidgrudl.com) Copyright (c) 2011-2012 Jaroslav Hanslík (https://github.com/kukulich) Copyright (c) 2011-2012 Ondřej Nešpor (https://github.com/Andrewsville) Copyright (c) 2012 Olivier Laviale (https://github.com/olvlvl) For the full copyright and license information, please view the file LICENSE.md that was distributed with this source code. *} {layout '@layout.latte'} {var $active = 'deprecated'} {block #title}Deprecated{/block} {block #content}

{include #title}

{define #classes} {$class->name} {foreach $class->annotations['deprecated'] as $description} {if $description} {!$description|annotation:'deprecated':$class}
{/if} {/foreach} {/define} {if $deprecatedClasses}

Classes summary

{include #classes, items => $deprecatedClasses}
{/if} {if $deprecatedInterfaces}

Interfaces summary

{include #classes, items => $deprecatedInterfaces}
{/if} {if $deprecatedTraits}

Traits summary

{include #classes, items => $deprecatedTraits}
{/if} {if $deprecatedExceptions}

Exceptions summary

{include #classes, items => $deprecatedExceptions}
{/if} {if $deprecatedMethods}

Methods summary

{$method->declaringClassName} {$method->name}() {if $method->hasAnnotation('deprecated')} {foreach $method->annotations['deprecated'] as $description} {if $description} {!$description|annotation:'deprecated':$method}
{/if} {/foreach} {/if}
{/if} {if $deprecatedConstants}

Constants summary

{if $constant->declaringClassName} {else} {/if}
{$constant->declaringClassName} {$constant->name}{$constant->namespaceName} {$constant->shortName} {foreach $constant->annotations['deprecated'] as $description} {if $description} {!$description|annotation:'deprecated':$constant}
{/if} {/foreach}
{/if} {if $deprecatedProperties}

Properties summary

{$property->declaringClassName} ${$property->name} {foreach $property->annotations['deprecated'] as $description} {if $description} {!$description|annotation:'deprecated':$property}
{/if} {/foreach}
{/if} {if $deprecatedFunctions}

Functions summary

{$function->namespaceName} {$function->shortName} {foreach $function->annotations['deprecated'] as $description} {if $description} {!$description|annotation:'deprecated':$function}
{/if} {/foreach}
{/if}
{/block}