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 32
                            
    offsetExists($offset)
        
    
    
        in AbstractEntity at         line 39
                            
    offsetSet($offset, $value)
        
    
    
        in AbstractEntity at         line 43
                            
    offsetGet($offset)
        
    
    
        in AbstractEntity at         line 54
                            
    offsetUnset($offset)
        
    
    
        at         line 77
                            integer
    getId()
        
    
    Get id
        at         line 88
                            ModuleUpdateLog
    setBuckupPath(string $buckupPath)
        
    
    Set buckup_path
        at         line 100
                            string
    getBuckupPath()
        
    
    Get buckup_path
        at         line 111
                            ModuleUpdateLog
    setErrorFlg(integer $errorFlg)
        
    
    Set error_flg
        at         line 123
                            integer
    getErrorFlg()
        
    
    Get error_flg
        at         line 134
                            ModuleUpdateLog
    setError(string $error)
        
    
    Set error
        at         line 146
                            string
    getError()
        
    
    Get error
        at         line 157
                            ModuleUpdateLog
    setOk(string $ok)
        
    
    Set ok
        at         line 169
                            string
    getOk()
        
    
    Get ok
        at         line 180
                            ModuleUpdateLog
    setCreateDate(DateTime $createDate)
        
    
    Set create_date
        at         line 192
                            DateTime
    getCreateDate()
        
    
    Get create_date
        at         line 203
                            ModuleUpdateLog
    setUpdateDate(DateTime $updateDate)
        
    
    Set update_date
        at         line 215
                            DateTime
    getUpdateDate()
        
    
    Get update_date
        at         line 226
                            ModuleUpdateLog
    setModule(Module $module)
        
    
    Set Module
        at         line 238
                            Module
    getModule()
        
    
    Get Module