C# Class Pchp.Core.Reflection.ReflectionUtils

Mostra file Open project: iolevel/peachpie Class Usage Examples

Public Methods

Method Description
IsAllowedPhpName ( string name ) : bool

Determines whether given name is valid PHP field, function or class name.

IsRuntimeFields ( FieldInfo fld ) : bool

Checks the fields represents special PHP runtime fields.

Method Details

IsAllowedPhpName() public static method

Determines whether given name is valid PHP field, function or class name.
public static IsAllowedPhpName ( string name ) : bool
name string
return bool

IsRuntimeFields() public static method

Checks the fields represents special PHP runtime fields.
public static IsRuntimeFields ( FieldInfo fld ) : bool
fld System.Reflection.FieldInfo
return bool