TYPO3  7.6
UploadedFileInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Psr\Http\Message;
4 
14 {
31  public function getStream();
32 
65  public function moveTo($targetPath);
66 
76  public function getSize();
77 
92  public function getError();
93 
107  public function getClientFilename();
108 
122  public function getClientMediaType();
123 }