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