예제 #1
0
 /**
  * Perform self-check.
  */
 public static function performSelfCheck(\Smalldb\StateMachine\AbstractBackend $smalldb)
 {
     return $smalldb->performSelfCheck();
 }