PHP Класс Walker_ExtendedTaxonomyRadios, extended-taxos

Наследование: extends Walker
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$db_fields
$field
$tree_type Some member variables you don't need to worry too much about:

Открытые методы

Метод Описание
__construct ( array $args = null ) Class constructor.
end_el ( string &$output, object $object, integer $depth, array $args = [] ) Ends the element output, if needed.
end_lvl ( string &$output, integer $depth, array $args = [] ) Ends the list of after the elements are added.
start_el ( string &$output, object $object, integer $depth, array $args = [], integer $current_object_id ) Start the element output.
start_lvl ( string &$output, integer $depth, array $args = [] ) Starts the list before the elements are added.

Описание методов

__construct() публичный Метод

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

end_el() публичный Метод

Ends the element output, if needed.
public end_el ( string &$output, object $object, integer $depth, array $args = [] )
$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.

end_lvl() публичный Метод

Ends the list of after the elements are added.
public end_lvl ( string &$output, integer $depth, array $args = [] )
$output string Passed by reference. Used to append additional content.
$depth integer Depth of term in reference to parents.
$args array Optional arguments.

start_el() публичный Метод

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.

start_lvl() публичный Метод

Starts the list before the elements are added.
public start_lvl ( string &$output, integer $depth, array $args = [] )
$output string Passed by reference. Used to append additional content.
$depth integer Depth of term in reference to parents.
$args array Optional arguments.

Описание свойств

$db_fields публичное свойство

public $db_fields

$field публичное свойство

public $field

$tree_type публичное свойство

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