File path: dist/twist/Core/Models/Security/CodeScanner.model.php
Namespace: Twist\Core\Models\Security
scanDirectory
—
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 scanDirectory with the example vars
$resCodeScanner = new \Twist\Core\Models\Security\CodeScanner();
$resCodeScanner -> scanDirectory($dirPath);