File path: dist/twist/Core/Utilities/Cache.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
extension
— Set/Get the cache file extension that will be used when storing cache files
Name | Description |
---|---|
[$strFileExtension = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFileExtension = null;
//Call the function extension with the example vars
Twist::Cache() -> extension($strFileExtension);