Detailed Description
Definition at line 34 of file class.ilCronLinkCheck.php.
 Member Function Documentation
      
        
          | ilCronLinkCheck::check | ( |  | ) |  | 
      
 
Definition at line 44 of file class.ilCronLinkCheck.php.
        {
                include_once'./classes/class.ilLinkChecker.php';
                $link_checker->setMailStatus(true);
                $invalid = $link_checker->checkLinks();
                foreach($link_checker->getLogMessages() as $message)
                {
                        $this->log->write($message);
                }
                return true;
        }
 
 
      
        
          | ilCronLinkCheck::ilCronLinkCheck | ( |  | ) |  | 
      
 
 
The documentation for this class was generated from the following file: