File: parsedDummyImplementingInterfaceClass.xml

package info (click to toggle)
phpdox 0.8.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,376 kB
  • ctags: 2,505
  • sloc: xml: 51,137; php: 8,771; makefile: 19
file content (36 lines) | stat: -rw-r--r-- 2,021 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
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<tux>
    <class xmlns="http://xml.phpdox.de/src#" full="TheSeer\phpDox\Tests\Fixtures\DummyImplementingInterface" 
           name="DummyImplementingInterface" final="false" abstract="false" start="49" end="76">
        <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>
        <implements interface="Countable" full="Countable"/>
        <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>
        <method name="count" start="73" end="75" abstract="false" final="false" static="false" visibility="public">
            <docblock>
                <description compact="Implementation of the Countable interface"/>
                <return description="4" type="integer"/>
                <see value="Countable::count()"/>
            </docblock>
        </method>
    </class>
</tux>