CommitOptions
Table of Contents
Methods
-
__construct()
: mixed
-
getAddDirectory()
: string
-
getModuleId()
: string
-
getSavePath()
: string
-
isForceRandom()
: bool
-
isSkipExtension()
: bool
-
setAddDirectory()
: self
-
setForceRandom()
: self
-
setModuleId()
: self
-
setSavePath()
: self
-
setSkipExtension()
: self
__construct()
public
__construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$options
: array<string|int, mixed>
= []
-
getAddDirectory()
public
getAddDirectory() : string
getModuleId()
public
getModuleId() : string
getSavePath()
public
getSavePath() : string
isForceRandom()
public
isForceRandom() : bool
isSkipExtension()
public
isSkipExtension() : bool
setAddDirectory()
public
setAddDirectory(string $addDirectory) : self
Parameters
-
$addDirectory
: string
-
setForceRandom()
public
setForceRandom(bool $forceRandom) : self
Parameters
-
$forceRandom
: bool
-
setModuleId()
public
setModuleId(string $moduleId) : self
Parameters
-
$moduleId
: string
-
setSavePath()
public
setSavePath(string $savePath) : self
Parameters
-
$savePath
: string
-
setSkipExtension()
public
setSkipExtension(bool $skipExtension) : self
Parameters
-
$skipExtension
: bool
-