private static function FlmngrServer::reqDirDownload in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7
1 call to FlmngrServer::reqDirDownload()
- FlmngrServer::flmngrRequest in vendor/
edsdk/ flmngr-server-php/ src/ FlmngrServer.php  
File
- vendor/
edsdk/ flmngr-server-php/ src/ FlmngrServer.php, line 155  
Class
Namespace
EdSDK\FlmngrServerCode
private static function reqDirDownload($config) {
  $dirPath = $_GET['d'];
  // TODO:
}