{if $methods} {section name=method loop=$methods} {if $methods[method].function_name == "__destruct"}
Destructor Details

{$methods[method].function_name}

{strip} {if $methods[method].access == "protected"} protected  {/if} {if $methods[method].access == "public"} public  {/if} {if $methods[method].abstract == "1"} abstract  {/if} {if $methods[method].static == "1"} static  {/if} {$methods[method].function_name} {/strip} {strip} {build_argument_list args=$methods[method].ifunction_call.params style="vertical"} {/strip}

{$methods[method].sdesc}

{if $methods[method].desc} {$methods[method].desc} {/if} {include file="_tags.tpl" tags=$methods[method].tags}
{/if} {/section} {/if}