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