C# Class Pchp.Core.PhpCallback.FunctionCallback

Inheritance: PhpCallback
Afficher le fichier Open project: iolevel/peachpie

Méthodes publiques

Méthode Description
FunctionCallback ( string function ) : Pchp.Core.Reflection

Méthodes protégées

Méthode Description
BindCore ( Context ctx ) : PhpCallable
InvokeError ( Context ctx, PhpValue arguments ) : PhpValue

Method Details

BindCore() protected méthode

protected BindCore ( Context ctx ) : PhpCallable
ctx Context
Résultat PhpCallable

FunctionCallback() public méthode

public FunctionCallback ( string function ) : Pchp.Core.Reflection
function string
Résultat Pchp.Core.Reflection

InvokeError() protected méthode

protected InvokeError ( Context ctx, PhpValue arguments ) : PhpValue
ctx Context
arguments PhpValue
Résultat PhpValue