TwistPHP Documentation

scanDirectory

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

scanDirectory

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 scanDirectory with the example vars
$resCodeScanner = new \Twist\Core\Models\Security\CodeScanner();
$resCodeScanner -> scanDirectory($dirPath);