Beispiel #1
0
 public function fetchAvailable()
 {
     $available = Status::fetch_available();
     return $available;
 }