PHP 인터페이스 CommentListInterface, ProcessWire

파일 보기 프로젝트 열기: ryancramerdesign/ProcessWire

공개 메소드들

메소드 설명
__construct ( CommentArray $comments, $options = [] )
render ( )
renderItem ( Comment $comment )

메소드 상세

__construct() 공개 메소드

public __construct ( CommentArray $comments, $options = [] )
$comments CommentArray

render() 공개 메소드

public render ( )

renderItem() 공개 메소드

public renderItem ( Comment $comment )
$comment Comment