Class Walker_Page

Description

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

Walker
   |
   --Walker_Page
Variable Summary
 mixed $db_fields
 mixed $tree_type
Method Summary
 void end_el ( &$output,  $page,  $depth)
 void end_lvl ( &$output,  $depth)
 void start_el ( &$output,  $page,  $depth,  $current_page,  $args)
 void start_lvl ( &$output,  $depth)
Variables
mixed $db_fields = array ('parent' => 'post_parent', 'id' => 'ID') (line 548)

Redefinition of:
Walker::$db_fields
mixed $tree_type = 'page' (line 547)

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

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

Redefinition of:
Walker::end_lvl()
start_el (line 560)
void start_el ( &$output,  $page,  $depth,  $current_page,  $args)
  • &$output
  • $page
  • $depth
  • $current_page
  • $args

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

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