PHP Class QM_Backtrace, query-monitor

Afficher le fichier Open project: johnbillion/query-monitor Class Usage Examples

Protected Properties

Свойство Type Description
$calling_file
$calling_line
$filtered
$filtered_trace
$ignore_class
$ignore_func
$ignore_method
$show_args
$trace

Méthodes publiques

Méthode Description
__construct ( array $args = [] )
filter_trace ( array $trace )
get_caller ( )
get_component ( )
get_filtered_trace ( )
get_stack ( )
get_trace ( )
ignore ( $num )
ignore_current_filter ( )

Method Details

__construct() public méthode

public __construct ( array $args = [] )
$args array

filter_trace() public méthode

public filter_trace ( array $trace )
$trace array

get_caller() public méthode

public get_caller ( )

get_component() public méthode

public get_component ( )

get_filtered_trace() public méthode

public get_filtered_trace ( )

get_stack() public méthode

public get_stack ( )

get_trace() public méthode

public get_trace ( )

ignore() public méthode

public ignore ( $num )

ignore_current_filter() public méthode

Property Details

$calling_file protected_oe property

protected $calling_file

$calling_line protected_oe property

protected $calling_line

$filtered protected_oe static_oe property

protected static $filtered

$filtered_trace protected_oe property

protected $filtered_trace

$ignore_class protected_oe static_oe property

protected static $ignore_class

$ignore_func protected_oe static_oe property

protected static $ignore_func

$ignore_method protected_oe static_oe property

protected static $ignore_method

$show_args protected_oe static_oe property

protected static $show_args

$trace protected_oe property

protected $trace