C# Class Pchp.Core.PhpCallback.MethodCallback

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

Méthodes publiques

Méthode Description
MethodCallback ( string @class, string method ) : Pchp.Core.Reflection

Méthodes protégées

Méthode Description
BindCore ( Context ctx ) : PhpCallable

Method Details

BindCore() protected méthode

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

MethodCallback() public méthode

public MethodCallback ( string @class, string method ) : Pchp.Core.Reflection
@class string
method string
Résultat Pchp.Core.Reflection