File path: dist/twist/Core/Models/Security/CodeScanner.model.php
Namespace: Twist\Core\Models\Security
getLastScan
—
Name | Description |
---|---|
$dirPath | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirPath = '/home/user/public_html/twist';
//Call the function getLastScan with the example vars
$resCodeScanner = new \Twist\Core\Models\Security\CodeScanner();
$resCodeScanner -> getLastScan($dirPath);