Ends the element output, if needed.
Description
The $args parameter holds additional values that may be used with the child class methods.
Parameters
-
$outputstring required -
Used to append additional content (passed by reference).
-
$data_objectobject required -
The data object.
-
$depthint required -
Depth of the item.
-
$argsarray optional -
An array of additional argumens.
Default:
array()
Source
public function end_el( &$output, $data_object, $depth = 0, $args = array() ) {}
User Contributed Notes
You must log in before being able to contribute a note or feedback.