TwistPHP Documentation

getLastScan

File path: dist/twist/Core/Models/Security/CodeScanner.model.php
Namespace: Twist\Core\Models\Security
Extends:

getLastScan

Parameters

Name Type Description
$dirPathstringn/a

Return Values

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

Example

<?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);