PHP Класс eZ\Publish\Core\IO\Values\BinaryFileCreateStruct

Наследование: extends eZ\Publish\API\Repository\Values\ValueObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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.

Описание свойств

$id публичное свойство

URI the binary file should be stored to.
public string $id
Результат string

$inputStream публичное свойство

the input stream.
public resource $inputStream
Результат resource

$mimeType публичное свойство

The file's mime type If not provided, will be auto-detected by the IOService Example: text/xml.
public string $mimeType
Результат string

$size публичное свойство

The size of the file.
public int $size
Результат integer