File path: dist/twist/Core/Models/Session/Files.model.php
Namespace: Twist\Core\Models\Session
read
—
Name | Description |
---|---|
$intSessionID | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intSessionID = 124;
//Call the function read with the example vars
$resFiles = new \Twist\Core\Models\Session\Files();
$resFiles -> read($intSessionID);