{* 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. *} {define #elements} {if $namespace}{$element->shortName}{else}{$element->name}{/if} {!$element|shortDescription} {/define} {if $classes}

Classes summary

{include #elements, elements => $classes}
{/if} {if $interfaces}

Interfaces summary

{include #elements, elements => $interfaces}
{/if} {if $traits}

Traits summary

{include #elements, elements => $traits}
{/if} {if $exceptions}

Exceptions summary

{include #elements, elements => $exceptions}
{/if} {if $constants}

Constants summary

{include #elements, elements => $constants}
{/if} {if $functions}

Functions summary

{include #elements, elements => $functions}
{/if}