PHP Interface CommentListInterface, ProcessWire

Afficher le fichier Open project: ryancramerdesign/ProcessWire

Méthodes publiques

Méthode Description
__construct ( CommentArray $comments, $options = [] )
render ( )
renderItem ( Comment $comment )

Method Details

__construct() public méthode

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

render() public méthode

public render ( )

renderItem() public méthode

public renderItem ( Comment $comment )
$comment Comment