Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 471 Bytes

comment.md

File metadata and controls

35 lines (23 loc) · 471 Bytes

HAPEL Core Method Reference


<!--comment-->

Description

Creates a <!--comment--> html tag.

comment($child);

Parameters

Parameter Required Default
$child no false

Return Values

string

Example

Usage:

echo comment('begin gallery');

Result:

<!-- begin gallery -->