checkAll() public method

Check all patches
public checkAll ( ) : array
return array
Esempio n. 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;
 }
Esempio n. 2
0
 /**
  * Check all patches
  *
  * @param string $url
  *
  * @return array
  */
 public function checkAll($url)
 {
     $mageReport = new MageReport($url);
     $results = $mageReport->checkAll();
     return $results;
 }