removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / DOM / earthli / templates / method.tpl
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/method.tpl b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/method.tpl
deleted file mode 100644 (file)
index 57a757f..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-<A NAME='method_detail'></A>\r
-{section name=methods loop=$methods}\r
-{if $methods[methods].static}\r
-<a name="method{$methods[methods].function_name}" id="{$methods[methods].function_name}"><!-- --></a>\r
-<div class="{cycle values="evenrow,oddrow"}">\r
-       \r
-       <div class="method-header">\r
-               <img src="{$subdir}media/images/StaticMethod.png" />\r
-               <span class="method-title">static {$methods[methods].function_name}</span> (line <span class="line-number">{if $methods[methods].slink}{$methods[methods].slink}{else}{$methods[methods].line_number}{/if}</span>)\r
-       </div> \r
-       \r
-       {include file="docblock.tpl" sdesc=$methods[methods].sdesc desc=$methods[methods].desc tags=$methods[methods].tags params=$methods[methods].params function=false}\r
-       \r
-       <div class="method-signature">\r
-               static <span class="method-result">{$methods[methods].function_return}</span>\r
-               <span class="method-name">\r
-                       {if $methods[methods].ifunction_call.returnsref}&amp;{/if}{$methods[methods].function_name}\r
-               </span>\r
-               {if count($methods[methods].ifunction_call.params)}\r
-                       ({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}<span class="var-type">{$methods[methods].ifunction_call.params[params].type}</span>&nbsp;<span class="var-name">{$methods[methods].ifunction_call.params[params].name}</span>{if $methods[methods].ifunction_call.params[params].hasdefault} = <span class="var-default">{$methods[methods].ifunction_call.params[params].default}</span>]{/if}{/section})\r
-               {else}\r
-               ()\r
-               {/if}\r
-       </div>\r
-       \r
-       {if $methods[methods].params}\r
-               <ul class="parameters">\r
-               {section name=params loop=$methods[methods].params}\r
-                       <li>\r
-                               <span class="var-type">{$methods[methods].params[params].datatype}</span>\r
-                               <span class="var-name">{$methods[methods].params[params].var}</span>{if $methods[methods].params[params].data}<span class="var-description">: {$methods[methods].params[params].data}</span>{/if}\r
-                       </li>\r
-               {/section}\r
-               </ul>\r
-       {/if}\r
-       \r
-       {if $methods[methods].method_overrides}\r
-               <hr class="separator" />\r
-               <div class="notes">Redefinition of:</div>\r
-               <dl>\r
-                       <dt>{$methods[methods].method_overrides.link}</dt>\r
-                       {if $methods[methods].method_overrides.sdesc}\r
-                       <dd>{$methods[methods].method_overrides.sdesc}</dd>\r
-                       {/if}\r
-               </dl>\r
-       {/if}\r
-       {if $methods[methods].method_implements}\r
-               <hr class="separator" />\r
-               <div class="notes">Implementation of:</div>\r
-       {section name=imp loop=$methods[methods].method_implements}\r
-               <dl>\r
-                       <dt>{$methods[methods].method_implements[imp].link}</dt>\r
-                       {if $methods[methods].method_implements[imp].sdesc}\r
-                       <dd>{$methods[methods].method_implements[imp].sdesc}</dd>\r
-                       {/if}\r
-               </dl>\r
-       {/section}\r
-       {/if}\r
-       \r
-       {if $methods[methods].descmethod}\r
-               <hr class="separator" />\r
-               <div class="notes">Redefined in descendants as:</div>\r
-               <ul class="redefinitions">\r
-               {section name=dm loop=$methods[methods].descmethod}\r
-                       <li>\r
-                               {$methods[methods].descmethod[dm].link}\r
-                               {if $methods[methods].descmethod[dm].sdesc}\r
-                               : {$methods[methods].descmethod[dm].sdesc}\r
-                               {/if}\r
-                       </li>\r
-               {/section}\r
-               </ul>\r
-       {/if}\r
-</div>\r
-{/if}\r
-{/section}\r
-{section name=methods loop=$methods}\r
-{if !$methods[methods].static}\r
-<a name="method{$methods[methods].function_name}" id="{$methods[methods].function_name}"><!-- --></a>\r
-<div class="{cycle values="evenrow,oddrow"}">\r
-       \r
-       <div class="method-header">\r
-               <img src="{$subdir}media/images/{if $methods[methods].ifunction_call.constructor}Constructor{elseif $methods[methods].ifunction_call.destructor}Destructor{else}{if $methods[methods].abstract}Abstract{/if}{if $methods[methods].access == 'private'}Private{/if}Method{/if}.png" />\r
-               <span class="method-title">{if $methods[methods].ifunction_call.constructor}Constructor {elseif $methods[methods].ifunction_call.destructor}Destructor {/if}{$methods[methods].function_name}</span> (line <span class="line-number">{if $methods[methods].slink}{$methods[methods].slink}{else}{$methods[methods].line_number}{/if}</span>)\r
-       </div> \r
-       \r
-       {include file="docblock.tpl" sdesc=$methods[methods].sdesc desc=$methods[methods].desc tags=$methods[methods].tags params=$methods[methods].params function=false}\r
-       \r
-       <div class="method-signature">\r
-               <span class="method-result">{$methods[methods].function_return}</span>\r
-               <span class="method-name">\r
-                       {if $methods[methods].ifunction_call.returnsref}&amp;{/if}{$methods[methods].function_name}\r
-               </span>\r
-               {if count($methods[methods].ifunction_call.params)}\r
-                       ({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}<span class="var-type">{$methods[methods].ifunction_call.params[params].type}</span>&nbsp;<span class="var-name">{$methods[methods].ifunction_call.params[params].name}</span>{if $methods[methods].ifunction_call.params[params].hasdefault} = <span class="var-default">{$methods[methods].ifunction_call.params[params].default}</span>]{/if}{/section})\r
-               {else}\r
-               ()\r
-               {/if}\r
-       </div>\r
-       \r
-       {if $methods[methods].params}\r
-               <ul class="parameters">\r
-               {section name=params loop=$methods[methods].params}\r
-                       <li>\r
-                               <span class="var-type">{$methods[methods].params[params].datatype}</span>\r
-                               <span class="var-name">{$methods[methods].params[params].var}</span>{if $methods[methods].params[params].data}<span class="var-description">: {$methods[methods].params[params].data}</span>{/if}\r
-                       </li>\r
-               {/section}\r
-               </ul>\r
-       {/if}\r
-       \r
-       {if $methods[methods].method_overrides}\r
-               <hr class="separator" />\r
-               <div class="notes">Redefinition of:</div>\r
-               <dl>\r
-                       <dt>{$methods[methods].method_overrides.link}</dt>\r
-                       {if $methods[methods].method_overrides.sdesc}\r
-                       <dd>{$methods[methods].method_overrides.sdesc}</dd>\r
-                       {/if}\r
-               </dl>\r
-       {/if}\r
-       {if $methods[methods].method_implements}\r
-               <hr class="separator" />\r
-               <div class="notes">Implementation of:</div>\r
-       {section name=imp loop=$methods[methods].method_implements}\r
-               <dl>\r
-                       <dt>{$methods[methods].method_implements[imp].link}</dt>\r
-                       {if $methods[methods].method_implements[imp].sdesc}\r
-                       <dd>{$methods[methods].method_implements[imp].sdesc}</dd>\r
-                       {/if}\r
-               </dl>\r
-       {/section}\r
-       {/if}\r
-       \r
-       {if $methods[methods].descmethod}\r
-               <hr class="separator" />\r
-               <div class="notes">Redefined in descendants as:</div>\r
-               <ul class="redefinitions">\r
-               {section name=dm loop=$methods[methods].descmethod}\r
-                       <li>\r
-                               {$methods[methods].descmethod[dm].link}\r
-                               {if $methods[methods].descmethod[dm].sdesc}\r
-                               : {$methods[methods].descmethod[dm].sdesc}\r
-                               {/if}\r
-                       </li>\r
-               {/section}\r
-               </ul>\r
-       {/if}\r
-</div>\r
-{/if}\r
-{/section}\r