Skip to content

Instantly share code, notes, and snippets.

@alecho
Created October 10, 2014 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alecho/420926b782564a5d90f1 to your computer and use it in GitHub Desktop.
Save alecho/420926b782564a5d90f1 to your computer and use it in GitHub Desktop.

ROOT/webroot/index.php line 37 → Cake\Routing\Dispatcher->dispatch(Cake\Network\Request, Cake\Network\Response)

$dispatcher->dispatch(
    Request::createFromGlobals(),
    new Response()
);
object(Cake\Network\Request) {
	params => [
		[maximum depth reached]
	]
	data => [[maximum depth reached]]
	query => [[maximum depth reached]]
	cookies => [[maximum depth reached]]
	url => 'style-guide/bootsrap'
	base => ''
	webroot => '/'
	here => '/style-guide/bootsrap'
	trustProxy => false
	[protected] _environment => [
		[maximum depth reached]
	]
	[protected] _detectors => [
		[maximum depth reached]
	]
	[protected] _input => ''
	[protected] _session => object(Cake\Network\Session) {}
}
object(Cake\Network\Response) {
	[protected] _statusCodes => [
		[maximum depth reached]
	]
	[protected] _mimeTypes => [
		[maximum depth reached]
	]
	[protected] _protocol => 'HTTP/1.1'
	[protected] _status => (int) 200
	[protected] _contentType => 'text/html'
	[protected] _headers => [[maximum depth reached]]
	[protected] _body => null
	[protected] _file => null
	[protected] _fileRange => [[maximum depth reached]]
	[protected] _charset => 'UTF-8'
	[protected] _cacheDirectives => [[maximum depth reached]]
	[protected] _cookies => [[maximum depth reached]]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment