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

DumpFormatter() public method

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