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