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
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="Componere\Patch" namespace="Componere" name="Patch">
<extends name="Componere\Patch" full="Componere\Patch"/>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Patch Construction"/>
<return type="void"/>
</docblock>
<parameter name="instance" optional="false" byreference="false" type="object" class="object"/>
</constructor>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Patch Construction"/>
<return type="void"/>
</docblock>
<parameter name="instance" optional="false" byreference="false" type="object" class="object"/>
<parameter name="interfaces" optional="false" byreference="false" type="object" class="array"/>
</constructor>
<method name="apply" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Application"/>
<return type="void"/>
</docblock>
</method>
<method name="revert" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Reversal"/>
<return type="void"/>
</docblock>
</method>
<method name="isApplied" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="State Detection"/>
<return type="bool"/>
</docblock>
</method>
<method name="derive" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Patch Derivation"/>
<return type="Patch"/>
</docblock>
<parameter name="instance" optional="false" byreference="false" type="object" class="object"/>
</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>
|