Class AjaxDriver (namespace Nette\Application)
AJAX output strategy.
Object | --AjaxDriver
Implements interfaces:
| Public Method Summary | |
|---|---|
| void |
close
()
|
| void |
fireEvent
($event, $arg)
|
| string |
link
(string $url)
Generates link.
|
| void |
open
($httpResponse)
|
| void |
updateSnippet
($id, $content)
|
| & mixed |
__get
(string $name)
Returns a response parameter. Do not call directly.
|
| bool |
__isset
(string $name)
Determines whether parameter is defined. Do not call directly.
|
| void |
__set
(string $name, mixed $value)
Sets a response parameter. Do not call directly.
|
| void |
__unset
(string $name)
Removes a response parameter. Do not call directly.
|
| Methods Inherited From Object |
|---|
| extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
| Method Details | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 73 closepublic void close () Implementation of:
|
|||||||||||||||||||||
|
line 140 fireEventpublic void fireEvent ($event, $arg)
|
|||||||||||||||||||||
|
line 51 linkpublic string link (string $url) Generates link.
|
|||||||||||||||||||||
|
line 62 openpublic void open ($httpResponse) Implementation of:
|
|||||||||||||||||||||
|
line 151 updateSnippetpublic void updateSnippet ($id, $content)
|
|||||||||||||||||||||
|
line 108 __getpublic mixed & __get (string $name) Returns a response parameter. Do not call directly.
|
|||||||||||||||||||||
|
line 120 __issetpublic bool __isset (string $name) Determines whether parameter is defined. Do not call directly.
|
|||||||||||||||||||||
|
line 96 __setpublic void __set (string $name, mixed $value) Sets a response parameter. Do not call directly.
|
|||||||||||||||||||||
|
line 132 __unsetpublic void __unset (string $name) Removes a response parameter. Do not call directly.
|
|||||||||||||||||||||
