芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/dev/docs/templates/xml/method.xml.twig
{# @var method phpDocumentor\Descriptor\MethodDescriptor #}
{{ method.name }}
{{ method.fullyQualifiedStructuralElementName }}
{{ method.value }}
{% if inherited_from %}
{{ inherited_from }}
{% endif %} {% for argument in method.arguments %} {{ include('argument.xml.twig', {descriptor: argument}) }} {% endfor %} {{ include('docblock.xml.twig', {descriptor: method}) }}