PHP Class eZ\Publish\Core\IO\Values\BinaryFileCreateStruct

Inheritance: extends eZ\Publish\API\Repository\Values\ValueObject
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$id string URI the binary file should be stored to.
$inputStream resource the input stream.
$mimeType string The file's mime type If not provided, will be auto-detected by the IOService Example: text/xml.
$size integer The size of the file.

Property Details

$id public_oe property

URI the binary file should be stored to.
public string $id
return string

$inputStream public_oe property

the input stream.
public resource $inputStream
return resource

$mimeType public_oe property

The file's mime type If not provided, will be auto-detected by the IOService Example: text/xml.
public string $mimeType
return string

$size public_oe property

The size of the file.
public int $size
return integer