PHP 클래스 Docker\API\Model\Mount

파일 보기 프로젝트 열기: docker-php/docker-php

보호된 프로퍼티들

프로퍼티 타입 설명
$destination string
$driver string
$mode string
$name string
$propagation string
$rW boolean
$source string

공개 메소드들

메소드 설명
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

메소드 상세

getDestination() 공개 메소드

public getDestination ( ) : string
리턴 string

getDriver() 공개 메소드

public getDriver ( ) : string
리턴 string

getMode() 공개 메소드

public getMode ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPropagation() 공개 메소드

public getPropagation ( ) : string
리턴 string

getRW() 공개 메소드

public getRW ( ) : boolean
리턴 boolean

getSource() 공개 메소드

public getSource ( ) : string
리턴 string

setDestination() 공개 메소드

public setDestination ( string $destination = null ) : self
$destination string
리턴 self

setDriver() 공개 메소드

public setDriver ( string $driver = null ) : self
$driver string
리턴 self

setMode() 공개 메소드

public setMode ( string $mode = null ) : self
$mode string
리턴 self

setName() 공개 메소드

public setName ( string $name = null ) : self
$name string
리턴 self

setPropagation() 공개 메소드

public setPropagation ( string $propagation = null ) : self
$propagation string
리턴 self

setRW() 공개 메소드

public setRW ( boolean $rW = null ) : self
$rW boolean
리턴 self

setSource() 공개 메소드

public setSource ( string $source = null ) : self
$source string
리턴 self

프로퍼티 상세

$destination 보호되어 있는 프로퍼티

protected string $destination
리턴 string

$driver 보호되어 있는 프로퍼티

protected string $driver
리턴 string

$mode 보호되어 있는 프로퍼티

protected string $mode
리턴 string

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$propagation 보호되어 있는 프로퍼티

protected string $propagation
리턴 string

$rW 보호되어 있는 프로퍼티

protected bool $rW
리턴 boolean

$source 보호되어 있는 프로퍼티

protected string $source
리턴 string