Class Walker_Category_Checklist

Description

Walker to output an unordered list of category checkbox <input> elements.

Located in /wp-admin/includes/template.php (line 23)

Walker
   |
   --Walker_Category_Checklist
Variable Summary
mixed $db_fields
mixed $tree_type
Method Summary
void end_el ( &$output,  $category, [ $depth = 0], [ $args = array()])
void end_lvl ( &$output, [ $depth = 0], [ $args = array()])
void start_el ( &$output,  $category,  $depth,  $args, [ $id = 0])
void start_lvl ( &$output, [ $depth = 0], [ $args = array()])
Variables
mixed $db_fields = array ('parent' => 'parent', 'id' => 'term_id') (line 25)

Redefinition of:
Walker::$db_fields
DB fields to use.
mixed $tree_type = 'category' (line 24)

Redefinition of:
Walker::$tree_type
What the class handles.

Inherited Variables

Inherited from Walker

Walker::$max_pages
Methods
end_el (line 51)
void end_el ( &$output,  $category, [ $depth = 0], [ $args = array()])
  • &$output
  • $category
  • $depth
  • $args

Redefinition of:
Walker::end_el()
Ends the element output, if needed.
end_lvl (line 32)
void end_lvl ( &$output, [ $depth = 0], [ $args = array()])
  • &$output
  • $depth
  • $args

Redefinition of:
Walker::end_lvl()
Ends the list of after the elements are added.
start_el (line 37)
void start_el ( &$output,  $category,  $depth,  $args, [ $id = 0])
  • &$output
  • $category
  • $depth
  • $args
  • $id

Redefinition of:
Walker::start_el()
Start the element output.
start_lvl (line 27)
void start_lvl ( &$output, [ $depth = 0], [ $args = array()])
  • &$output
  • $depth
  • $args

Redefinition of:
Walker::start_lvl()
Starts the list before the elements are added.

Inherited Methods

Inherited From Walker

Walker::display_element()
Walker::end_el()
Walker::end_lvl()
Walker::get_number_of_root_elements()
Walker::paged_walk()
Walker::start_el()
Walker::start_lvl()
Walker::unset_children()
Walker::walk()

Documentation generated on Sun, 19 May 2013 23:19:02 +0000 by phpDocumentor 1.4.1