TwistPHP Documentation

location

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

locationSet/Get the storage location for cache files

Parameters

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

Return Values

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

Example

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

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