PHP 클래스 Foundationpress_Comments

상속: extends Walker_Comment
파일 보기 프로젝트 열기: olefredrik/foundationpress

공개 프로퍼티들

프로퍼티 타입 설명
$db_fields Comment ID
$tree_type Init classwide variables.

공개 메소드들

메소드 설명
__construct ( ) CONSTRUCTOR You'll have to use this if you plan to get to the top of the comments list, as start_lvl() only goes as high as 1 deep nested comments
__destruct ( ) DESTRUCTOR
end_el ( &$output, $comment, $depth, $args = [] )
end_lvl ( &$output, $depth, $args = [] ) END_LVL Ends the children list of after the elements are added.
start_el ( &$output, $comment, $depth, $args = [], $id ) START_EL
start_lvl ( &$output, $depth, $args = [] ) START_LVL Starts the list before the CHILD elements are added.

메소드 상세

__construct() 공개 메소드

CONSTRUCTOR You'll have to use this if you plan to get to the top of the comments list, as start_lvl() only goes as high as 1 deep nested comments
public __construct ( )

__destruct() 공개 메소드

DESTRUCTOR
public __destruct ( )

end_el() 공개 메소드

public end_el ( &$output, $comment, $depth, $args = [] )

end_lvl() 공개 메소드

END_LVL Ends the children list of after the elements are added.
public end_lvl ( &$output, $depth, $args = [] )

start_el() 공개 메소드

START_EL
public start_el ( &$output, $comment, $depth, $args = [], $id )

start_lvl() 공개 메소드

START_LVL Starts the list before the CHILD elements are added.
public start_lvl ( &$output, $depth, $args = [] )

프로퍼티 상세

$db_fields 공개적으로 프로퍼티

Comment ID
public $db_fields

$tree_type 공개적으로 프로퍼티

Init classwide variables.
public $tree_type