public function AFile::exists in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7
1 call to AFile::exists()
- AFile::checkForErrors in vendor/
edsdk/ file-uploader-server-php/ src/ lib/ file/ AFile.php
File
- vendor/
edsdk/ file-uploader-server-php/ src/ lib/ file/ AFile.php, line 113
Class
Namespace
EdSDK\FileUploaderServer\lib\fileCode
public function exists() {
return file_exists($this
->getFullPath());
}