W3cubDocs

/Haxe PHP

ReflectionMethod

package php.reflection

extends ReflectionFunctionAbstract

Available on php

Static variables

staticfinalread onlyIS_ABSTRACT:Int

staticfinalread onlyIS_FINAL:Int

staticfinalread onlyIS_PRIVATE:Int

staticfinalread onlyIS_PROTECTED:Int

staticfinalread onlyIS_PUBLIC:Int

staticfinalread onlyIS_STATIC:Int

Static methods

staticexport(className:String, name:String, ?returnValue:Bool):String

Constructor

new(cls:Dynamic, name:String)

Methods

getClosure(object:{}):Function

getDeclaringClass():ReflectionClass

getModifiers():Int

getPrototype():ReflectionMethod

invoke(object:{}, args:Rest<Dynamic>):Dynamic

invokeArgs(object:{}, args:NativeIndexedArray<Dynamic>):Dynamic

isAbstract():Bool

isConstructor():Bool

isDestructor():Bool

isFinal():Bool

isPrivate():Bool

isProtected():Bool

isPublic():Bool

isStatic():Bool

setAccessible(accessible:Bool):Void

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/php/reflection/ReflectionMethod.html