Class UploadableFile
| Methods | ||
|---|---|---|
| 
					
	public
					
					
				 | __construct(string $fileName, resource|string|callable $content, string $contentType, int $contentLength = -1) | # | 
| 
					
	public
					
					
				 | getFileName(): string | # | 
| 
					
	public
					
					
				 | getContent(): resource|string|callable | # | 
| 
					
	public
					
					
				 | getContentType(): string | # | 
| 
					
	public
					
					
				 | getContentLength(): int | # |