PHP 클래스 Walker_ExtendedTaxonomyRadios, extended-taxos

상속: extends Walker
파일 보기 프로젝트 열기: johnbillion/extended-taxos

공개 프로퍼티들

프로퍼티 타입 설명
$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