Skip to content

Commit

Permalink
Add getFileNameWithoutExt
Browse files Browse the repository at this point in the history
  • Loading branch information
sainrew authored Jan 8, 2017
1 parent 3549d66 commit c6d8c26
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 c6d8c26

Please sign in to comment.