We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e262f4 commit 9689f06Copy full SHA for 9689f06
application/libraries/REST_Controller.php
@@ -1467,19 +1467,4 @@ protected function _check_access()
1467
return FALSE;
1468
}
1469
1470
-
1471
- // FORMATING FUNCTIONS ---------------------------------------------------------
1472
- // Many of these have been moved to the Format class for better separation, but these methods will be checked too
1473
1474
- /**
1475
- * Encode as JSONP
1476
- *
1477
- * @param array $data The input data.
1478
- * @return string The JSONP data string (loadable from Javascript).
1479
- */
1480
- protected function _format_jsonp($data = array())
1481
- {
1482
- return $this->get('callback').'('.json_encode($data).')';
1483
- }
1484
1485
0 commit comments