/**
  * @return array
  */
 public function getClasses()
 {
     return $this->check->getClasses();
 }
Exemple #2
0
 /**
  * @return array E.g.: `'ClassName' => 'oc version',`
  */
 public function getClasses()
 {
     return array_merge($this->getLocalClasses(), $this->check->getClasses());
 }