Method |
Description |
|
__construct ( ) |
CONSTRUCTOR
You'll have to use this if you plan to get to the top of the comments list, as
start_lvl() only goes as high as 1 deep nested comments |
|
__destruct ( ) |
DESTRUCTOR |
|
end_el ( &$output, $comment, $depth, $args = [] ) |
|
|
end_lvl ( &$output, $depth, $args = [] ) |
END_LVL
Ends the children list of after the elements are added. |
|
start_el ( &$output, $comment, $depth, $args = [], $id ) |
START_EL |
|
start_lvl ( &$output, $depth, $args = [] ) |
START_LVL
Starts the list before the CHILD elements are added. |
|