Pchp.Library.Variables.ExportFormatter.ExportFormatter C# (CSharp) Method

ExportFormatter() public method

public ExportFormatter ( Context ctx, string newline ) : Pchp.Core
ctx Pchp.Core.Context
newline string
return Pchp.Core
            public ExportFormatter(Context ctx, string newline)
            {
                Debug.Assert(ctx != null);
                _ctx = ctx;
                _nl = newline;
            }