__construct() __construct(string $envAllowXdebug, boolean $debug) Constructor Parameters string $envAllowXdebug Prefixed _ALLOW_XDEBUG name boolean $debug Whether debug output is required
report() report(string $op, null|string $data) Calls a handler method to report a message Parameters string $op The handler constant null|string $data Data required by the handler
output() output(string $text, string $level = null) Outputs a status message Parameters string $text string $level
getEnvAllow() getEnvAllow() : string Returns the _ALLOW_XDEBUG environment variable as name=value Returns string