TwistPHP Documentation

setComment

File path: dist/twist/Core/Utilities/Archive.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

setCommentSet the main comment to display in the archive

Parameters

Name Type Description
$strCommentstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strComment 'foo';

//Call the function setComment with the example vars
Twist::Archive() -> setComment($strComment);