Exemplo n.º 1
0
 private function outputTransporter($data, $type)
 {
     $rest = new Rest();
     return $rest->wrapResponseOutput($data, $type);
 }