You are here

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

AFile

Namespace

EdSDK\FileUploaderServer\lib\file

Code

public function exists() {
  return file_exists($this
    ->getFullPath());
}