File path: dist/twist/Core/Helpers/Session.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
nullData
— Null a value in the session array
Name | Description |
---|---|
$strKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strKey = 'foo';
//Call the function nullData with the example vars
Twist::Session() -> nullData($strKey);