Example #1
0
 public static function getInputs()
 {
     $rest = new REST();
     if ($rest->hasCachedInputs()) {
         return $rest->cachedInputs();
     }
     return $rest->getDataFromMethod();
 }