C# Class Pchp.Core.Reflection.TypeMethods

Collection of PHP type methods and magic methods.
Afficher le fichier Open project: iolevel/peachpie

Méthodes publiques

Méthode 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

Méthode Description
MagicMethodByName ( string name ) : MagicMethods
TypeMethods ( Type type ) : Pchp.Core.Dynamic

Method Details

this() public méthode

Gets magic method if declared.
public this ( MagicMethods magic ) : RoutineInfo
magic MagicMethods
Résultat RoutineInfo

this() public méthode

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