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;
 }