Concrete class for generating debug dumps related to the output source.
Get the current value of the debug output environment. This defaults to the value of PHP_SAPI.
| Return type: | string; |
|---|
Set the debug output environment. Setting a value of null causes Zend_Debug to use PHP_SAPI.
| Parameters: | string – |
|---|---|
| Return type: | void; |
Get Escaper instance
Lazy loads an instance if none provided.
| Return type: | Escaper |
|---|
Debug helper function. This is a wrapper for var_dump() that adds the <pre /> tags, cleans up newlines and indents, and runs htmlentities() before output.
| Parameters: |
|
|---|---|
| Return type: | string |