PHP 클래스 QM_Backtrace, query-monitor

파일 보기 프로젝트 열기: johnbillion/query-monitor 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$calling_file
$calling_line
$filtered
$filtered_trace
$ignore_class
$ignore_func
$ignore_method
$show_args
$trace

공개 메소드들

메소드 설명
__construct ( array $args = [] )
filter_trace ( array $trace )
get_caller ( )
get_component ( )
get_filtered_trace ( )
get_stack ( )
get_trace ( )
ignore ( $num )
ignore_current_filter ( )

메소드 상세

__construct() 공개 메소드

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

filter_trace() 공개 메소드

public filter_trace ( array $trace )
$trace array

get_caller() 공개 메소드

public get_caller ( )

get_component() 공개 메소드

public get_component ( )

get_filtered_trace() 공개 메소드

public get_filtered_trace ( )

get_stack() 공개 메소드

public get_stack ( )

get_trace() 공개 메소드

public get_trace ( )

ignore() 공개 메소드

public ignore ( $num )

ignore_current_filter() 공개 메소드

프로퍼티 상세

$calling_file 보호되어 있는 프로퍼티

protected $calling_file

$calling_line 보호되어 있는 프로퍼티

protected $calling_line

$filtered 보호되어 있는 정적으로 프로퍼티

protected static $filtered

$filtered_trace 보호되어 있는 프로퍼티

protected $filtered_trace

$ignore_class 보호되어 있는 정적으로 프로퍼티

protected static $ignore_class

$ignore_func 보호되어 있는 정적으로 프로퍼티

protected static $ignore_func

$ignore_method 보호되어 있는 정적으로 프로퍼티

protected static $ignore_method

$show_args 보호되어 있는 정적으로 프로퍼티

protected static $show_args

$trace 보호되어 있는 프로퍼티

protected $trace