You are here

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

1 call to AFile::getPath()
AFile::getFullPath 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 100

Class

AFile

Namespace

EdSDK\FileUploaderServer\lib\file

Code

public function getPath() {
  return $this
    ->getDir() . $this
    ->getName();
}