extends |
UploadedFile |
---|
Methods | ||
---|---|---|
public
|
__construct(string $name, resource $tempFile): void
|
# |
public
static
|
create(string $name, string|int $kilobytes = 0): File
|
# |
public
static
|
createWithContent(string $name, string $content): File
|
# |
public
static
|
image(string $name, int $width = 10, int $height = 10): File
|
# |
public
|
size(int $kilobytes): $this
|
# |
public
|
getSize(): int
|
# |
public
|
mimeType(string $mimeType): $this
|
# |
public
|
getMimeType(): string
|
# |
protected
|
tempFilePath(): string
|
# |
Methods inherited from Illuminate\Http\UploadedFile |
---|
fake(), store(), storePublicly(), storePubliclyAs(), storeAs(), get(), clientExtension(), createFromBase(), parseOptions() |
Methods inherited from Symfony\Component\HttpFoundation\File\File |
---|
guessExtension(), getContent(), getTargetFile(), getName() |
Methods used from Illuminate\Http\FileHelpers |
---|
path(), extension(), hashName(), dimensions() |
Methods used from Illuminate\Support\Traits\Macroable |
---|
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call() |
Properties | |||
---|---|---|---|
public
|
string
|
$name
|
# |
public
|
resource
|
$tempFile
|
# |
public
|
int
|
$sizeToReport
|
# |
public
|
string|null
|
$mimeTypeToReport
|
# |
Properties used from Illuminate\Http\FileHelpers |
---|
$hashName |
Properties used from Illuminate\Support\Traits\Macroable |
---|
$macros |