PHP Class Walker_ExtendedTaxonomyDropdown, extended-taxos

Inheritance: extends Walker
Show file Open project: johnbillion/extended-taxos

Public Properties

Property Type Description
$db_fields
$field
$tree_type Some member variables you don't need to worry too much about:

Public Methods

Method Description
__construct ( array $args = null ) Class constructor.
start_el ( string &$output, object $object, integer $depth, array $args = [], integer $current_object_id ) Start the element output.

Method Details

__construct() public method

Class constructor.
public __construct ( array $args = null )
$args array Optional arguments.

start_el() public method

Start the element output.
public start_el ( string &$output, object $object, integer $depth, array $args = [], integer $current_object_id )
$output string Passed by reference. Used to append additional content.
$object object Term data object.
$depth integer Depth of term in reference to parents.
$args array Optional arguments.
$current_object_id integer Current object ID.

Property Details

$db_fields public property

public $db_fields

$field public property

public $field

$tree_type public property

Some member variables you don't need to worry too much about:
public $tree_type