CC-2240:Fix up recorded show function
- fixed - added getName() function agagin to StoredFile
This commit is contained in:
parent
396bfd5f8d
commit
629c3fb1d9
2 changed files with 12 additions and 6 deletions
|
@ -534,6 +534,11 @@ class StoredFile {
|
|||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
$info = pathinfo($this->getFilePath());
|
||||
return $info['filename'];
|
||||
}
|
||||
|
||||
/**
|
||||
* Create instance of StoreFile object and recall existing file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue