Skip to content

Commit

Permalink
Merge pull request #182 from sainrew/master
Browse files Browse the repository at this point in the history
Add getFileNameWithoutExt
  • Loading branch information
LPology authored Mar 14, 2017
2 parents 3549d66 + c6d8c26 commit cddfbcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extras/Uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ public function getFileSize() {
return $this->fileSize;
}

public function getFileNameWithoutExt() {
return $this->fileNameWithoutExt;
}

public function getExtension() {
return $this->fileExtension;
}
Expand Down

0 comments on commit cddfbcc

Please sign in to comment.