Author: Steve Robbins (steve@steverobbins.com)
Inheritance: extends MageScan\Check\AbstractCheck
Example #1
0
 /**
  * Check all patches
  *
  * @param string $url
  *
  * @return array
  */
 public function checkAll($url)
 {
     $mageReport = new MageReport($url);
     $mageReport->setRequest($this->request);
     $results = $mageReport->checkAll();
     return $results;
 }
Example #2
0
 /**
  * Check all patches
  *
  * @param string $url
  *
  * @return array
  */
 public function checkAll($url)
 {
     $mageReport = new MageReport($url);
     $results = $mageReport->checkAll();
     return $results;
 }