Class Walker_Category_Checklist

Description

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

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

Redefinition of:
Walker::$db_fields
mixed $tree_type = 'category' (line 164)

Redefinition of:
Walker::$tree_type
Methods
end_el (line 184)
void end_el ( &$output,  $category,  $depth,  $args)
  • &$output
  • $category
  • $depth
  • $args

Redefinition of:
Walker::end_el()
end_lvl (line 172)
void end_lvl ( &$output,  $depth,  $args)
  • &$output
  • $depth
  • $args

Redefinition of:
Walker::end_lvl()
start_el (line 177)
void start_el ( &$output,  $category,  $depth,  $args)
  • &$output
  • $category
  • $depth
  • $args

Redefinition of:
Walker::start_el()
start_lvl (line 167)
void start_lvl ( &$output,  $depth,  $args)
  • &$output
  • $depth
  • $args

Redefinition of:
Walker::start_lvl()

Inherited Methods

Inherited From Walker

 Walker::display_element()
 Walker::end_el()
 Walker::end_lvl()
 Walker::start_el()
 Walker::start_lvl()
 Walker::walk()

Documentation generated on Fri, 12 Sep 2008 21:09:20 -0400 by phpDocumentor 1.4.1