C# Class Pchp.CodeAnalysis.Symbols.SynthesizedPhpCtorSymbol

CLR .ctor symbol calling .phpnew and PHP constructor.
Inheritance: SynthesizedCtorSymbol
Datei anzeigen Open project: iolevel/peachpie Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SynthesizedPhpCtorSymbol ( SourceTypeSymbol container ) : System

Method Details

SynthesizedPhpCtorSymbol() public method

public SynthesizedPhpCtorSymbol ( SourceTypeSymbol container ) : System
container SourceTypeSymbol
return System