PHP Class QM_Backtrace, query-monitor

显示文件 Open project: johnbillion/query-monitor Class Usage Examples

Protected Properties

Property Type Description
$calling_file
$calling_line
$filtered
$filtered_trace
$ignore_class
$ignore_func
$ignore_method
$show_args
$trace

Public Methods

Method 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 method

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

filter_trace() public method

public filter_trace ( array $trace )
$trace array

get_caller() public method

public get_caller ( )

get_component() public method

public get_component ( )

get_filtered_trace() public method

public get_filtered_trace ( )

get_stack() public method

public get_stack ( )

get_trace() public method

public get_trace ( )

ignore() public method

public ignore ( $num )

ignore_current_filter() public method

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