Example #1
0
 public static function actionExists($mixedModule, $sMethod, $sClass = "Module")
 {
     $oBxDolRequest = new self();
     return $oBxDolRequest->_methodExists($mixedModule, 'action', $sMethod, $sClass);
 }