Back to Json class

Method getRaw

public string
getRaw
()
Gets the raw JSON string from the request.
Returns
  • string The raw JSON string from the request.
Since
  • 3.0.1
Deprecated
  • 5.0
Class: Json
Project: Joomla

Method getRaw - Source code

/**
 * Gets the raw JSON string from the request.
 *
 * @return  string  The raw JSON string from the request.
 *
 * @since   3.0.1
 * @deprecated  5.0  Use Joomla\Input\Json instead
 */
public function getRaw()
{
    return $this->_raw;
}