PHP 클래스 Walker_ExtendedTaxonomyDropdown, 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.
start_el ( string &$output, object $object, integer $depth, array $args = [], integer $current_object_id ) Start the element output.

메소드 상세

__construct() 공개 메소드

Class constructor.
public __construct ( array $args = null )
$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.

프로퍼티 상세

$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