Documentation

MountTmpfsOptions

Table of Contents

$mode  : int|null
The permission mode for the tmpfs mount in an integer.
$sizeBytes  : int|null
The size for the tmpfs mount in bytes.
getMode()  : int|null
The permission mode for the tmpfs mount in an integer.
getSizeBytes()  : int|null
The size for the tmpfs mount in bytes.
setMode()  : self
The permission mode for the tmpfs mount in an integer.
setSizeBytes()  : self
The size for the tmpfs mount in bytes.

Properties

$mode

The permission mode for the tmpfs mount in an integer.

protected int|null $mode

$sizeBytes

The size for the tmpfs mount in bytes.

protected int|null $sizeBytes

Methods

getMode()

The permission mode for the tmpfs mount in an integer.

public getMode() : int|null
Return values
int|null

getSizeBytes()

The size for the tmpfs mount in bytes.

public getSizeBytes() : int|null
Return values
int|null

setMode()

The permission mode for the tmpfs mount in an integer.

public setMode(int|null $mode) : self
Parameters
$mode : int|null
Return values
self

setSizeBytes()

The size for the tmpfs mount in bytes.

public setSizeBytes(int|null $sizeBytes) : self
Parameters
$sizeBytes : int|null
Return values
self

Search results