CronJobClass
    
            
    
    
    
        
        
    
    Table of Contents
    
            - 
    ECHO_MODE_FULL
    
         = 'full'                            
 
            - 
    ECHO_MODE_LOG
    
         = 'log'                            
 
            - 
    JOB_NAME
    
         = 'cron'                            
 
                    - 
    $echo
    
                         : string            
 
            - 
    $echo_mode
    
                         : string            
 
                - 
    echoMode()
    
                                 : void    
 
            - 
    run()
    
                                 : void    
 
            - 
    echo()
    
                                 : void    
 
            - 
    getEcho()
    
                                 : string    
 
            - 
    saveEcho()
    
                                 : void    
 
            - 
    sendToAdmins()
    
                                 : void    
 
            - 
    text()
    
                                 : void    
 
        
        
    
        
                    
    
        ECHO_MODE_FULL
        
    
    
    
    
    public
        mixed
    ECHO_MODE_FULL
    = 'full'
        
        
    
                    
    
        ECHO_MODE_LOG
        
    
    
    
    
    public
        mixed
    ECHO_MODE_LOG
    = 'log'
        
        
    
                    
    
        JOB_NAME
        
    
    
    
    
    public
        mixed
    JOB_NAME
    = 'cron'
        
        
    
            
        
    
        
                    
    
        $echo
        
        
                                
    
    
    
    
    private
    static    string
    $echo
     = ''
    
    
    
                    
    
        $echo_mode
        
        
                                
    
    
    
    
    private
    static    string
    $echo_mode
     = self::ECHO_MODE_FULL
    
    
    
            
            
        
                    
    
        echoMode()
        
    
    
    
    
    public
            static        echoMode(string $mode) : void
        
        Parameters
    
                    - 
                $mode
                : string
                            
 
            - 
                    
            
 
            
    
        Return values
    void
            —
        
    
                    
    
        run()
        
    
    
    
    
    public
    abstract        static        run() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        echo()
        
    
    
    
    
    protected
            static        echo(string $text) : void
        
        Parameters
    
                    - 
                $text
                : string
                            
 
            - 
                    
            
 
            
    
        Return values
    void
            —
        
    
                    
    
        getEcho()
        
    
    
    
    
    protected
            static        getEcho() : string
        
    
    
        Return values
    string
            —
        
    
                    
    
        saveEcho()
        
    
    
    
    
    protected
            static        saveEcho() : void
        
    
    
        Return values
    void
            —
        
    
                    
    
        sendToAdmins()
        
    
    
    
    
    protected
            static        sendToAdmins(string $subject, string $body) : void
        
        Parameters
    
                    - 
                $subject
                : string
                            
 
            - 
                    
            
 
                    - 
                $body
                : string
                            
 
            - 
                    
            
 
            
    
        Return values
    void
            —
        
    
                    
    
        text()
        
    
    
    
    
    protected
            static        text(string $text) : void
        
        Parameters
    
                    - 
                $text
                : string
                            
 
            - 
                    
            
 
            
    
        Return values
    void
            —