Extends
lithium\core\Object
Send GET request.
Parameters
- string $path
- array $data
- array $options
Returns
stringSource
public function get($path = null, $data = array(), array $options = array()) {
return $this->send(__FUNCTION__, $path, $data, $options);
}