예제 #1
0
파일: Tasks.php 프로젝트: bossrabbit/piwik
 private function checkIsValidTask($objectOrClassName, $methodName)
 {
     Development::checkMethodIsCallable($objectOrClassName, $methodName, 'The registered task is not valid as the method');
 }