Class Ignore
Ignore documentation code fragments.
Some parts of documentation can contain php code snippets.
This would be processed by Zamm. Use this class to ignore those parts.
Methods summary
public static
|
#
open( )
Open php part ignored by php interpreter.
All php code after this tag and before close tag will be treated as plain text.
It will not be interpreted by php.
Open php part ignored by php interpreter.
All php code after this tag and before close tag will be treated as plain text.
It will not be interpreted by php.
|
public static
|
#
close( )
Close php part ignored by php interpreter.
Close php part ignored by php interpreter.
|