Documentation

MountBindOptions

Table of Contents

$nonRecursive  : bool|null
Disable recursive bind mount.
$propagation  : string|null
A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`.
getNonRecursive()  : bool|null
Disable recursive bind mount.
getPropagation()  : string|null
A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`.
setNonRecursive()  : self
Disable recursive bind mount.
setPropagation()  : self
A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`.

Properties

$nonRecursive

Disable recursive bind mount.

protected bool|null $nonRecursive = false

$propagation

A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`.

protected string|null $propagation

Methods

getNonRecursive()

Disable recursive bind mount.

public getNonRecursive() : bool|null
Return values
bool|null

getPropagation()

A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`.

public getPropagation() : string|null
Return values
string|null

setNonRecursive()

Disable recursive bind mount.

public setNonRecursive(bool|null $nonRecursive) : self
Parameters
$nonRecursive : bool|null
Return values
self

setPropagation()

A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`.

public setPropagation(string|null $propagation) : self
Parameters
$propagation : string|null
Return values
self

Search results