{section name=methods loop=$methods} {if $methods[methods].static} {if $show == 'summary'}

static method {$methods[methods].function_call}, {$methods[methods].sdesc}

{else}

static {$methods[methods].function_name}

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})

[line {if $methods[methods].slink}{$methods[methods].slink}{else}{$methods[methods].line_number}{/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_overrides}

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

{/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}

Parameters:

[ Top ]

{/if} {/if} {/section} {section name=methods loop=$methods} {if !$methods[methods].static} {if $show == 'summary'}

{if $methods[methods].ifunction_call.constructor}constructor {elseif $methods[methods].ifunction_call.destructor}destructor {else}method {/if}{$methods[methods].function_call}, {$methods[methods].sdesc}

{else}

{$methods[methods].function_name}

{$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})

[line {if $methods[methods].slink}{$methods[methods].slink}{else}{$methods[methods].line_number}{/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_overrides}

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

{/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}

Parameters:

[ Top ]

{/if} {/if} {/section}