summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PradoSoft/templates/_destructor_summary.tpl
blob: 53e8f1d2711296fe0603108d4cc5e5d46450a207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{if $methods}
    {section name=method loop=$methods}
        {if $methods[method].function_name == "__destruct"}
            <hr size="1" noshade="noshade"/>
            <a name="desructor-summary"></a>
            <table class="method-summary" cellspacing="1">
                <tr>
                    <th colspan="2">Destructor Summary</th>
                </tr>
                <tr>
                    <td class="type" nowrap="nowrap" width="1%">{strip}
                        {$methods[method].access}
                    {/strip}</td>
                    <td>
                        <div class="declaration">{strip}
                            <a href="{$methods[method].id}">{$methods[method].function_name}</a>
                            {$methods[method].ifunction_call.params}
                        {/strip}</div>
                        <div class="description">
                            {$methods[method].sdesc}
                        </div>
                    </td>
                </tr>
            </table>
        {/if}
    {/section}
{/if}