Class Walker_Category

Description

Located in /wp-includes/classes.php (line 613)

Walker
   |
   --Walker_Category
Variable Summary
 mixed $db_fields
 mixed $tree_type
Method Summary
 void end_el ( &$output,  $page,  $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 615)

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

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

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

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

Redefinition of:
Walker::start_el()
start_lvl (line 617)
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:01 -0400 by phpDocumentor 1.4.1