n2n Page Rocket 1 API

n2n\reflection\magic

­Magic­Method­Invoker

MagicMethodInvoker

Methods summary

Modifier and Type Method
public __construct ( MagicContext magicContext = null , Module module = null )
public setMethod ( ReflectionFunctionAbstract method = null )
public ReflectionFunctionAbstract getMethod ( )
public setModule ( Module module )
public setParamValue ( string name , string value )
public setClassParamObject ( unknown className , object obj )
public getClassParamObject ( unknown className )
public array buildArgs ( ReflectionFunctionAbstract method )
public mixed invoke ( object object = null , ReflectionFunctionAbstract method = null )

Methods in detail