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