PHP Class Docker\API\Model\Mount

Datei anzeigen Open project: docker-php/docker-php

Protected Properties

Property Type Description
$destination string
$driver string
$mode string
$name string
$propagation string
$rW boolean
$source string

Public Methods

Method Description
getDestination ( ) : string
getDriver ( ) : string
getMode ( ) : string
getName ( ) : string
getPropagation ( ) : string
getRW ( ) : boolean
getSource ( ) : string
setDestination ( string $destination = null ) : self
setDriver ( string $driver = null ) : self
setMode ( string $mode = null ) : self
setName ( string $name = null ) : self
setPropagation ( string $propagation = null ) : self
setRW ( boolean $rW = null ) : self
setSource ( string $source = null ) : self

Method Details

getDestination() public method

public getDestination ( ) : string
return string

getDriver() public method

public getDriver ( ) : string
return string

getMode() public method

public getMode ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getPropagation() public method

public getPropagation ( ) : string
return string

getRW() public method

public getRW ( ) : boolean
return boolean

getSource() public method

public getSource ( ) : string
return string

setDestination() public method

public setDestination ( string $destination = null ) : self
$destination string
return self

setDriver() public method

public setDriver ( string $driver = null ) : self
$driver string
return self

setMode() public method

public setMode ( string $mode = null ) : self
$mode string
return self

setName() public method

public setName ( string $name = null ) : self
$name string
return self

setPropagation() public method

public setPropagation ( string $propagation = null ) : self
$propagation string
return self

setRW() public method

public setRW ( boolean $rW = null ) : self
$rW boolean
return self

setSource() public method

public setSource ( string $source = null ) : self
$source string
return self

Property Details

$destination protected_oe property

protected string $destination
return string

$driver protected_oe property

protected string $driver
return string

$mode protected_oe property

protected string $mode
return string

$name protected_oe property

protected string $name
return string

$propagation protected_oe property

protected string $propagation
return string

$rW protected_oe property

protected bool $rW
return boolean

$source protected_oe property

protected string $source
return string