PHP Class DebugKit\View\AjaxView

Currently only switches the default layout and sets the response type which just maps to text/html by default.
Inheritance: extends Cake\View\View
Datei anzeigen Open project: cakephp/debug_kit

Public Methods

Method Description
initialize ( ) : void Initialization hook method.

Method Details

initialize() public method

Initialization hook method.
public initialize ( ) : void
return void