PHP Class ManaPHP\Debugger

Inheritance: extends Component, implements manaphp\DebuggerInterface
Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_dump
$_exception
$_log
$_log_max
$_sql_beforeQueryTime
$_sql_count
$_sql_executed
$_sql_executed_max
$_sql_prepared
$_sql_prepared_max
$_view
$_warnings

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
_getBasic ( ) : array

Method Details

_eventHandlerPeek() public méthode

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

_getBasic() protected méthode

protected _getBasic ( ) : array
Résultat array

onUncaughtException() public méthode

public onUncaughtException ( Exception $exception ) : boolean
$exception Exception
Résultat boolean

output() public méthode

public output ( string $template = 'Default' ) : array | string
$template string
Résultat array | string

save() public méthode

public save ( string $template = 'Default' ) : string
$template string
Résultat string

start() public méthode

public start ( ) : static
Résultat static

var_dump() public méthode

public var_dump ( mixed $value, string $name = null ) : static
$value mixed
$name string
Résultat 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