Pchp.Library.Streams.PhpFilter.Filter C# (CSharp) Method

Filter() public abstract method

Processes the input (either of type string or byte[]) data and returns the filtered data in one of the formats above or null.
public abstract Filter ( Context ctx, TextElement input, bool closing ) : TextElement
ctx Pchp.Core.Context
input TextElement
closing bool
return TextElement
        public abstract TextElement Filter(Context ctx, TextElement input, bool closing);