/**
  * @return array
  */
 public function getFunctions()
 {
     return $this->check->getFunctions();
 }
示例#2
0
 /**
  * @return array E.g.: `'functionName' => 'oc version',`
  */
 public function getFunctions()
 {
     return array_merge($this->getLocalFunctions(), $this->check->getFunctions());
 }