Example #1
0
 public static function check(checkPlanet $planet)
 {
     $check = new self($planet);
     return $check->returnSaver();
 }