Свойство | Тип | Описание | |
---|---|---|---|
$debug | |||
$events |
Метод | Описание | |
---|---|---|
__construct ( $debug ) | PHP5 constructor. | |
action ( $arg ) | ||
action2 ( $arg ) | ||
current_filter ( ) | ||
filter ( $arg ) | ||
filter2 ( $arg ) | ||
filter_append ( $arg ) | ||
filterall ( $tag, $arg = null ) | ||
get_args ( ) | return an array of args passed in calls to this action | |
get_call_count ( $tag = '' ) | return a count of the number of times the action was called since the last reset | |
get_events ( ) | return a list of all the actions, tags and args | |
get_tags ( ) | return an array of the tags that triggered calls to this action | |
reset ( ) |
public get_args ( ) |
public get_call_count ( $tag = '' ) |
public get_tags ( ) |