checkAll() публичный Метод

Check all patches
public checkAll ( ) : array
Результат array
Пример #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;
 }
Пример #2
0
 /**
  * Check all patches
  *
  * @param string $url
  *
  * @return array
  */
 public function checkAll($url)
 {
     $mageReport = new MageReport($url);
     $results = $mageReport->checkAll();
     return $results;
 }