File path: dist/twist/Core/Utilities/Archive.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
setComment
— Set the main comment to display in the archive
Name | Description |
---|---|
$strComment | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strComment = 'foo';
//Call the function setComment with the example vars
Twist::Archive() -> setComment($strComment);