TemplateParser
interface TemplateParser (View source)
This interface needs to be implemented by any template parser that is used in SSViewer
Methods
public
mixed|string
compileString($string, string $templateName = "", bool $includeDebuggingComments = false)
Compiles some passed template source code into the php code that will execute as per the template source.
Details
mixed|string
compileString($string, string $templateName = "", bool $includeDebuggingComments = false)
Compiles some passed template source code into the php code that will execute as per the template source.