{if $imethods} {section name=imethod loop=$imethods} {if count($imethods[imethod].imethods) > 1 || ($imethods[imethod].imethods[0].name != "__construct" && $imethods[imethod].imethods[0].name != "__destruct" && $imethods[imethod].imethods[0].abstract != "1")}
Methods Inherited From {$imethods[imethod].parent_class}
{* assign var="_methods" value="" *} {section name=_method loop=$imethods[imethod].imethods} {if $imethods[imethod].imethods[_method].name != "__construct" && $imethods[imethod].imethods[_method].abstract != "1"} {* {if $_methods != ""} {append var="_methods" value=", "} {/if} {extract_attribute attribute="href" element=$imethods[imethod].imethods[_method].link var="href" append="no"} {append var="_methods" value=""} {append var="_methods" value=$imethods[imethod].imethods[_method].name} {append var="_methods" value=""} *} {$imethods[imethod].imethods[_method].link}{if !$smarty.section._method.last},{/if} {/if} {/section}
{/if} {/section} {/if}