File: parsedDummyExtendingParentClass.xml

package info (click to toggle)
phpdox 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,064 kB
  • ctags: 2,240
  • sloc: xml: 50,881; php: 7,770; makefile: 22; sh: 5
file content (29 lines) | stat: -rw-r--r-- 1,629 bytes parent folder | download | duplicates (5)
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
28
29
<?xml version="1.0" encoding="utf-8"?>
<tux>
    <class xmlns="http://xml.phpdox.de/src#" full="TheSeer\phpDox\Tests\Fixtures\DummyExtendingParent" 
           name="DummyExtendingParent" final="false" abstract="false" start="49" end="66">
        <docblock>
            <description compact="Short description for Dummy class">Long description:
Puto Nomine ambitus profor benevolentia Repecto acer Celeriter inritus.
ordo eluo. Fluo fatua iste.</description>
        </docblock>
        <extends class="stdClass" full="stdClass"/>
        <method name="MyMethod" start="63" end="65" abstract="false"
            final="false" static="false" visibility="public">
            <docblock>
                <description compact="Short description of MyMethod">Long description:
Dr Anno, h.c Akt Flaute ihr Bei Coma vergolde. Kontinent, des, Bzw
Co ehedem, gegessenes, zuck ums Berta hake wo Fr ab to Rekruts emsigere.
Alt kam Ball Au tatst leimen, Box Essigs</description>
                <param description="1st Argument" type="array" variable="$set" />
                <param description="2nd Argument" type="string" variable="$name" />
                <param description="3rd Argument" type="integer|null" variable="$optional" />
            </docblock>
            <parameter name="$set" type="array" optional="false" byreference="false" />
            <parameter name="$name" type="{unknown}" optional="false" byreference="false" />
            <parameter name="$optional" type="{unknown}" optional="true" byreference="false">
                <default>null</default>
            </parameter>
        </method>
    </class>
</tux>