C# Class Pchp.Core.Reflection.TypeMethods

Collection of PHP type methods and magic methods.
Mostra file Open project: iolevel/peachpie

Public Methods

Method Description
this ( MagicMethods magic ) : RoutineInfo

Gets magic method if declared.

this ( string name ) : RoutineInfo

Gets routine by its name. Returns null in case method does not exist.

Private Methods

Method Description
MagicMethodByName ( string name ) : MagicMethods
TypeMethods ( Type type ) : Pchp.Core.Dynamic

Method Details

this() public method

Gets magic method if declared.
public this ( MagicMethods magic ) : RoutineInfo
magic MagicMethods
return RoutineInfo

this() public method

Gets routine by its name. Returns null in case method does not exist.
public this ( string name ) : RoutineInfo
name string Method name.
return RoutineInfo