{section name=methods loop=$methods} {if $methods[methods].static} {if $show == 'summary'} static method {$methods[methods].function_call}, {$methods[methods].sdesc}
{else}

static method {$methods[methods].function_name} [line {if $methods[methods].slink}{$methods[methods].slink}{else}{$methods[methods].line_number}{/if}]

static {$methods[methods].function_return} {if $methods[methods].ifunction_call.returnsref}&{/if}{$methods[methods].function_name}( {if count($methods[methods].ifunction_call.params)} {section name=params loop=$methods[methods].ifunction_call.params} {if $smarty.section.params.iteration != 1}, {/if} {if $methods[methods].ifunction_call.params[params].hasdefault}[{/if}{$methods[methods].ifunction_call.params[params].type} {$methods[methods].ifunction_call.params[params].name}{if $methods[methods].ifunction_call.params[params].hasdefault} = {$methods[methods].ifunction_call.params[params].default}]{/if} {/section} {/if})

{include file="docblock.tpl" sdesc=$methods[methods].sdesc desc=$methods[methods].desc tags=$methods[methods].tags}

{if $methods[methods].descmethod}

Overridden in child classes as:
{section name=dm loop=$methods[methods].descmethod}

{$methods[methods].descmethod[dm].link}
{$methods[methods].descmethod[dm].sdesc}
{/section}

{/if} {if $methods[methods].method_implements}
Implementation of:
{section name=imp loop=$methods[methods].method_implements}
{$methods[methods].method_implements[imp].link}
{if $methods[methods].method_implements[imp].sdesc}
{$methods[methods].method_implements[imp].sdesc}
{/if}
{/section} {/if} {* original {if $methods[methods].descmethod != "" {$methods[methods].descmethod

{/if *} {if $methods[methods].method_overrides}Overrides {$methods[methods].method_overrides.link} ({$methods[methods].method_overrides.sdesc|default:"parent method not documented"})

{/if} {* original {if $methods[methods].method_overrides != "" {$methods[methods].method_overrides

{/if *} {if count($methods[methods].params) > 0}

Parameters:

{section name=params loop=$methods[methods].params} {/section}
{$methods[methods].params[params].datatype}   {$methods[methods].params[params].var}   {$methods[methods].params[params].data}

{/if}
[ Top ]
{/if} {/if} {/section} {section name=methods loop=$methods} {if !$methods[methods].static} {if $show == 'summary'} method {$methods[methods].function_call}, {$methods[methods].sdesc}
{else}

{if $methods[methods].ifunction_call.constructor}constructor {elseif $methods[methods].ifunction_call.destructor}destructor {else}method {/if}{$methods[methods].function_name} [line {if $methods[methods].slink}{$methods[methods].slink}{else}{$methods[methods].line_number}{/if}]

{$methods[methods].function_return} {if $methods[methods].ifunction_call.returnsref}&{/if}{$methods[methods].function_name}( {if count($methods[methods].ifunction_call.params)} {section name=params loop=$methods[methods].ifunction_call.params} {if $smarty.section.params.iteration != 1}, {/if} {if $methods[methods].ifunction_call.params[params].hasdefault}[{/if}{$methods[methods].ifunction_call.params[params].type} {$methods[methods].ifunction_call.params[params].name}{if $methods[methods].ifunction_call.params[params].hasdefault} = {$methods[methods].ifunction_call.params[params].default}]{/if} {/section} {/if})

{include file="docblock.tpl" sdesc=$methods[methods].sdesc desc=$methods[methods].desc tags=$methods[methods].tags}

{if $methods[methods].descmethod}

Overridden in child classes as:
{section name=dm loop=$methods[methods].descmethod}

{$methods[methods].descmethod[dm].link}
{$methods[methods].descmethod[dm].sdesc}
{/section}

{/if} {if $methods[methods].method_implements}
Implementation of:
{section name=imp loop=$methods[methods].method_implements}
{$methods[methods].method_implements[imp].link}
{if $methods[methods].method_implements[imp].sdesc}
{$methods[methods].method_implements[imp].sdesc}
{/if}
{/section} {/if} {* original {if $methods[methods].descmethod != "" {$methods[methods].descmethod

{/if *} {if $methods[methods].method_overrides}Overrides {$methods[methods].method_overrides.link} ({$methods[methods].method_overrides.sdesc|default:"parent method not documented"})

{/if} {* original {if $methods[methods].method_overrides != "" {$methods[methods].method_overrides

{/if *} {if count($methods[methods].params) > 0}

Parameters:

{section name=params loop=$methods[methods].params} {/section}
{$methods[methods].params[params].datatype}   {$methods[methods].params[params].var}   {$methods[methods].params[params].data}

{/if}
[ Top ]
{/if} {/if} {/section}