You are here

public function AFile::setDir in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7

File

vendor/edsdk/file-uploader-server-php/src/lib/file/AFile.php, line 89

Class

AFile

Namespace

EdSDK\FileUploaderServer\lib\file

Code

public function setDir($dir) {
  $this->m_dir = $dir;
}