C# Class Pchp.Core.Reflection.PhpMethodInfo

PHP routine representing class methods.
Inheritance: RoutineInfo
Mostra file Open project: iolevel/peachpie Class Usage Examples

Private Properties

Property Type Description
BindDelegate PhpInvokable

Public Methods

Method Description
PhpMethodInfo ( int index, string name, MethodInfo methods ) : System

Private Methods

Method Description
BindDelegate ( ) : PhpInvokable

Method Details

PhpMethodInfo() public method

public PhpMethodInfo ( int index, string name, MethodInfo methods ) : System
index int
name string
methods System.Reflection.MethodInfo
return System