C# Class Pchp.Core.PhpCallback.FunctionCallback

Inheritance: PhpCallback
Mostrar archivo Open project: iolevel/peachpie

Public Methods

Method Description
FunctionCallback ( string function ) : Pchp.Core.Reflection

Protected Methods

Method Description
BindCore ( Context ctx ) : PhpCallable
InvokeError ( Context ctx, PhpValue arguments ) : PhpValue

Method Details

BindCore() protected method

protected BindCore ( Context ctx ) : PhpCallable
ctx Context
return PhpCallable

FunctionCallback() public method

public FunctionCallback ( string function ) : Pchp.Core.Reflection
function string
return Pchp.Core.Reflection

InvokeError() protected method

protected InvokeError ( Context ctx, PhpValue arguments ) : PhpValue
ctx Context
arguments PhpValue
return PhpValue