PHP Class ManaPHP\Debugger

Inheritance: extends Component, implements manaphp\DebuggerInterface
Datei anzeigen Open project: manaphp/manaphp

Protected Properties

Property Type Description
$_dump
$_exception
$_log
$_log_max
$_sql_beforeQueryTime
$_sql_count
$_sql_executed
$_sql_executed_max
$_sql_prepared
$_sql_prepared_max
$_view
$_warnings

Public Methods

Method Description
_eventHandlerPeek ( ManaPHP\ComponentInterface $source, mixed $data, string $event ) : void
onUncaughtException ( Exception $exception ) : boolean
output ( string $template = 'Default' ) : array | string
save ( string $template = 'Default' ) : string
start ( ) : static
var_dump ( mixed $value, string $name = null ) : static

Protected Methods

Method Description
_getBasic ( ) : array

Method Details

_eventHandlerPeek() public method

public _eventHandlerPeek ( ManaPHP\ComponentInterface $source, mixed $data, string $event ) : void
$source ManaPHP\ComponentInterface
$data mixed
$event string
return void

_getBasic() protected method

protected _getBasic ( ) : array
return array

onUncaughtException() public method

public onUncaughtException ( Exception $exception ) : boolean
$exception Exception
return boolean

output() public method

public output ( string $template = 'Default' ) : array | string
$template string
return array | string

save() public method

public save ( string $template = 'Default' ) : string
$template string
return string

start() public method

public start ( ) : static
return static

var_dump() public method

public var_dump ( mixed $value, string $name = null ) : static
$value mixed
$name string
return static

Property Details

$_dump protected_oe property

protected $_dump

$_exception protected_oe property

protected $_exception

$_log protected_oe property

protected $_log

$_log_max protected_oe property

protected $_log_max

$_sql_beforeQueryTime protected_oe property

protected $_sql_beforeQueryTime

$_sql_count protected_oe property

protected $_sql_count

$_sql_executed protected_oe property

protected $_sql_executed

$_sql_executed_max protected_oe property

protected $_sql_executed_max

$_sql_prepared protected_oe property

protected $_sql_prepared

$_sql_prepared_max protected_oe property

protected $_sql_prepared_max

$_view protected_oe property

protected $_view

$_warnings protected_oe property

protected $_warnings