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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="Componere\Definition" namespace="Componere" name="Definition">
<extends name="Componere\Definition" full="Componere\Definition"/>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Definition Construction"/>
<return type="void"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
</constructor>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Definition Construction"/>
<return type="void"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
<parameter name="parent" optional="false" byreference="false" type="string"/>
</constructor>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Definition Construction"/>
<return type="void"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
<parameter name="interfaces" optional="false" byreference="false" type="object" class="array"/>
</constructor>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Definition Construction"/>
<return type="void"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
<parameter name="parent" optional="false" byreference="false" type="string"/>
<parameter name="interfaces" optional="false" byreference="false" type="object" class="array"/>
</constructor>
<method name="addConstant" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Add Constant"/>
<return type="Definition"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
<parameter name="value" optional="false" byreference="false" type="object" class="\Componere\Value"/>
</method>
<method name="addProperty" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Add Property"/>
<return type="Definition"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
<parameter name="value" optional="false" byreference="false" type="object" class="\Componere\Value"/>
</method>
<method name="register" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Registration"/>
<return type="void"/>
</docblock>
</method>
<method name="isRegistered" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="State Detection"/>
<return type="bool"/>
</docblock>
</method>
<method name="getClosure" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get Closure"/>
<return type="\Closure"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
</method>
<method name="getClosures" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get Closures"/>
<return type="array"/>
</docblock>
</method>
<method name="addInterface" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact=""/>
<return type="Definition"/>
</docblock>
<parameter name="interface" optional="false" byreference="false" type="string"/>
</method>
<method name="addMethod" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact=""/>
<return type="Definition"/>
</docblock>
<parameter name="name" optional="false" byreference="false" type="string"/>
<parameter name="method" optional="false" byreference="false" type="object" class="\Componere\Method"/>
</method>
<method name="addTrait" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact=""/>
<return type="Definition"/>
</docblock>
<parameter name="trait" optional="false" byreference="false" type="string"/>
</method>
<method name="getReflector" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact=""/>
<return type="\ReflectionClass"/>
</docblock>
</method>
</class>
|