Debug - staffcheck/api GitHub Wiki
- Class name: Debug
- Namespace:
protected mixed $enable = FALSE
- Visibility: protected
- This property is static.
protected mixed $verbosity = 5
- Visibility: protected
- This property is static.
protected mixed $buffer_output = TRUE
- Visibility: protected
- This property is static.
protected mixed $debug_buffer = NULL
- Visibility: protected
- This property is static.
protected mixed $enable_tidy = FALSE
- Visibility: protected
- This property is static.
protected mixed $enable_display = FALSE
- Visibility: protected
- This property is static.
protected mixed $enable_log = FALSE
- Visibility: protected
- This property is static.
protected mixed $max_line_size = 200
- Visibility: protected
- This property is static.
protected mixed $max_buffer_size = 1000
- Visibility: protected
- This property is static.
protected mixed $buffer_id = NULL
- Visibility: protected
- This property is static.
protected mixed $php_errors
- Visibility: protected
- This property is static.
protected mixed $email_log = FALSE
- Visibility: protected
- This property is static.
protected mixed $buffer_size
- Visibility: protected
- This property is static.
public mixed $tidy_obj = NULL
- Visibility: public
- This property is static.
mixed Debug::setEnable($bool)
- Visibility: public
- This method is static.
- $bool mixed
boolean Debug::getEnable()
- Visibility: public
- This method is static.
mixed Debug::setBufferOutput($bool)
- Visibility: public
- This method is static.
- $bool mixed
mixed Debug::setVerbosity($level)
- Visibility: public
- This method is static.
- $level mixed
integer Debug::getVerbosity()
- Visibility: public
- This method is static.
mixed Debug::setEnableDisplay($bool)
- Visibility: public
- This method is static.
- $bool mixed
boolean Debug::getEnableDisplay()
- Visibility: public
- This method is static.
mixed Debug::setEnableLog($bool)
- Visibility: public
- This method is static.
- $bool mixed
boolean Debug::getEnableLog()
- Visibility: public
- This method is static.
mixed Debug::setBufferID()
- Visibility: public
- This method is static.
mixed Debug::getSyslogIdent(string $extra_ident, null $company_name)
- Visibility: public
- This method is static.
- $extra_ident string - UUID
- $company_name null
integer|mixed Debug::getSyslogFacility(integer $log_type)
- Visibility: public
- This method is static.
- $log_type integer
integer|mixed Debug::getSyslogPriority(integer $log_type)
- Visibility: public
- This method is static.
- $log_type integer
float Debug::getExecutionTime()
- Visibility: public
- This method is static.
array Debug::splitInput($text, null $prefix, null $suffix)
- Visibility: public
- This method is static.
- $text mixed
- $prefix null
- $suffix null
boolean Debug::Text(null $text, string $file, integer $line, string $method, integer $verbosity)
- Visibility: public
- This method is static.
- $text null
- $file string
- $line integer
- $method string
- $verbosity integer
boolean|string Debug::profileTimers(object $profile_obj)
- Visibility: public
- This method is static.
- $profile_obj object
string Debug::backTrace()
- Visibility: public
- This method is static.
string Debug::varDump($array)
- Visibility: public
- This method is static.
- $array mixed
boolean Debug::Arr($array, null $text, string $file, integer $line, string $method, integer $verbosity)
- Visibility: public
- This method is static.
- $array mixed
- $text null
- $file string
- $line integer
- $method string
- $verbosity integer
boolean Debug::Query($query, $ph, string $file, integer $line, string $method, integer $verbosity)
Output SQL query with place holders inserted into the query.
- Visibility: public
- This method is static.
- $query mixed
- $ph mixed
- $file string
- $line integer
- $method string
- $verbosity integer
boolean Debug::RequestHeaders()
- Visibility: public
- This method is static.
mixed Debug::ErrorHandler($error_number, $error_str, $error_file, $error_line)
- Visibility: public
- This method is static.
- $error_number mixed
- $error_str mixed
- $error_file mixed
- $error_line mixed
boolean Debug::Shutdown()
- Visibility: public
- This method is static.
boolean|null|string Debug::getOutput()
- Visibility: public
- This method is static.
boolean Debug::emailLog()
- Visibility: public
- This method is static.
boolean Debug::writeToLog()
- Visibility: public
- This method is static.
boolean Debug::Display()
- Visibility: public
- This method is static.
boolean Debug::handleBufferSize(null $line, null $method)
- Visibility: public
- This method is static.
- $line null
- $method null
boolean Debug::clearBuffer()
- Visibility: public
- This method is static.