C# Class Pchp.Core.PhpCallback.MethodCallback

Inheritance: PhpCallback
Mostra file Open project: iolevel/peachpie

Public Methods

Method Description
MethodCallback ( string @class, string method ) : Pchp.Core.Reflection

Protected Methods

Method Description
BindCore ( Context ctx ) : PhpCallable

Method Details

BindCore() protected method

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

MethodCallback() public method

public MethodCallback ( string @class, string method ) : Pchp.Core.Reflection
@class string
method string
return Pchp.Core.Reflection