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 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="ReflectionFunctionAbstract" namespace="" name="ReflectionFunctionAbstract">
<implements name="Reflector" full="Reflector"/>
<member name="name" static="false" visibility="public">
<default>null</default>
<docblock>
<description compact="Name of the function. Read-only, throws ReflectionException in attempt to write."/>
</docblock>
</member>
<method name="__clone" abstract="false" static="false" final="true">
<docblock>
<description compact="Clones function"/>
<return type="void"/>
</docblock>
</method>
<method name="getClosureScopeClass" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the scope associated to the closure"/>
<return type="ReflectionClass"/>
</docblock>
</method>
<method name="getClosureThis" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns this pointer bound to closure"/>
<return type="object"/>
</docblock>
</method>
<method name="getDocComment" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets doc comment"/>
<return type="string"/>
</docblock>
</method>
<method name="getEndLine" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets end line number"/>
<return type="int"/>
</docblock>
</method>
<method name="getExtension" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets extension info"/>
<return type="ReflectionExtension"/>
</docblock>
</method>
<method name="getExtensionName" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets extension name"/>
<return type="string"/>
</docblock>
</method>
<method name="getFileName" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets file name"/>
<return type="string"/>
</docblock>
</method>
<method name="getName" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets function name"/>
<return type="string"/>
</docblock>
</method>
<method name="getNamespaceName" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets namespace name"/>
<return type="string"/>
</docblock>
</method>
<method name="getNumberOfParameters" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets number of parameters"/>
<return type="int"/>
</docblock>
</method>
<method name="getNumberOfRequiredParameters" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets number of required parameters"/>
<return type="int"/>
</docblock>
</method>
<method name="getParameters" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets parameters"/>
<return type="array"/>
</docblock>
</method>
<method name="getReturnType" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets the specified return type of a function"/>
<return type="ReflectionType"/>
</docblock>
</method>
<method name="getShortName" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets function short name"/>
<return type="string"/>
</docblock>
</method>
<method name="getStartLine" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets starting line number"/>
<return type="int"/>
</docblock>
</method>
<method name="getStaticVariables" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets static variables"/>
<return type="array"/>
</docblock>
</method>
<method name="hasReturnType" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Checks if the function has a specified return type"/>
<return type="bool"/>
</docblock>
</method>
<method name="inNamespace" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Checks if function in namespace"/>
<return type="bool"/>
</docblock>
</method>
<method name="isClosure" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Checks if closure"/>
<return type="bool"/>
</docblock>
</method>
<method name="isDeprecated" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Checks if deprecated"/>
<return type="bool"/>
</docblock>
</method>
<method name="isGenerator" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns whether this function is a generator"/>
<return type="bool"/>
</docblock>
</method>
<method name="isInternal" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Checks if is internal"/>
<return type="bool"/>
</docblock>
</method>
<method name="isUserDefined" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Checks if user defined"/>
<return type="bool"/>
</docblock>
</method>
<method name="isVariadic" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Checks if the function is variadic"/>
<return type="bool"/>
</docblock>
</method>
<method name="returnsReference" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Checks if returns reference"/>
<return type="bool"/>
</docblock>
</method>
<method name="__toString" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="To string"/>
<return type="void"/>
</docblock>
</method>
</class>
|