CopyOptions

Describes the copy (and move) options.

package

Default

Methods

CopyOptions constructor

__construct( $copyOptions = null) 

Arguments

$copyOptions

mixed | null

isAtomicMove

isAtomicMove() : boolean

Response

boolean

isCopyAttributes

isCopyAttributes() : boolean

Response

boolean

isReplaceExisting

isReplaceExisting() : boolean

Response

boolean

setAtomicMove

setAtomicMove( $atomicMove) : $this

Arguments

$atomicMove

boolean

Response

$this

setCopyAttributes

setCopyAttributes( $copyAttributes) : $this

Arguments

$copyAttributes

boolean

Response

$this

setReplaceExisting

setReplaceExisting( $replaceExisting) : $this

Arguments

$replaceExisting

boolean

Response

$this