Beispiel #1
0
 private static function getError()
 {
     if (!isset(Robot::$log_error_code)) {
         Robot::$log_error_code = PW::create(8);
     }
     return Robot::$log_error_code;
 }