ModuleUpdateLog
class ModuleUpdateLog extends AbstractEntity
ModuleUpdateLog
Methods
integer
getId()
Get id
setBuckupPath(string $buckupPath)
Set buckup_path
string
getBuckupPath()
Get buckup_path
setErrorFlg(integer $errorFlg)
Set error_flg
integer
getErrorFlg()
Get error_flg
setError(string $error)
Set error
string
getError()
Get error
setOk(string $ok)
Set ok
string
getOk()
Get ok
getCreateDate()
Get create_date
getUpdateDate()
Get update_date
Details
in AbstractEntity at line 10
offsetExists($offset)
in AbstractEntity at line 17
offsetSet($offset, $value)
in AbstractEntity at line 21
offsetGet($offset)
in AbstractEntity at line 32
offsetUnset($offset)
at line 58
integer
getId()
Get id
at line 69
ModuleUpdateLog
setBuckupPath(string $buckupPath)
Set buckup_path
at line 81
string
getBuckupPath()
Get buckup_path
at line 92
ModuleUpdateLog
setErrorFlg(integer $errorFlg)
Set error_flg
at line 104
integer
getErrorFlg()
Get error_flg
at line 115
ModuleUpdateLog
setError(string $error)
Set error
at line 127
string
getError()
Get error
at line 138
ModuleUpdateLog
setOk(string $ok)
Set ok
at line 150
string
getOk()
Get ok
at line 161
ModuleUpdateLog
setCreateDate(DateTime $createDate)
Set create_date
at line 173
DateTime
getCreateDate()
Get create_date
at line 184
ModuleUpdateLog
setUpdateDate(DateTime $updateDate)
Set update_date
at line 196
DateTime
getUpdateDate()
Get update_date
at line 207
ModuleUpdateLog
setModule(Module $module)
Set Module
at line 219
Module
getModule()
Get Module