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
Namespace
EdSDK\FileUploaderServer\lib\fileCode
public function getPath() {
return $this
->getDir() . $this
->getName();
}