コード例 #1
0
 /**
  * @return array
  */
 public function getFunctions()
 {
     return $this->check->getFunctions();
 }
コード例 #2
0
ファイル: abstractcheck.php プロジェクト: kenwi/core
 /**
  * @return array E.g.: `'functionName' => 'oc version',`
  */
 public function getFunctions()
 {
     return array_merge($this->getLocalFunctions(), $this->check->getFunctions());
 }