TwistPHP Documentation

extension

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

extensionSet/Get the cache file extension that will be used when storing cache files

Parameters

Name Type Description
[$strFileExtension = null]stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strFileExtension null;

//Call the function extension with the example vars
Twist::Cache() -> extension($strFileExtension);