Class AjaxDriver (namespace Nette\Application)


AJAX output strategy.

Object
   |
   --AjaxDriver

Implements interfaces:

Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Application/AjaxDriver.php (line 36)
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

close

public void close ()

Implementation of:

Output
void  

line 140

fireEvent

public void fireEvent ($event, $arg)

Input
$event
$arg
Output
void  
Tags
Deprecated

line 62

open

public void open ($httpResponse)

Implementation of:

Input
$httpResponse
Output
void  

line 151

updateSnippet

public void updateSnippet ($id, $content)

Input
$id
$content
Output
void  
Tags
Deprecated

line 108

__get

public mixed & __get (string $name)

Returns a response parameter. Do not call directly.

Input
string $name name
Output
& mixed value

line 120

__isset

public bool __isset (string $name)

Determines whether parameter is defined. Do not call directly.

Input
string $name name
Output
bool  

line 96

__set

public void __set (string $name, mixed $value)

Sets a response parameter. Do not call directly.

Input
string $name name
mixed $value value
Output
void  

line 132

__unset

public void __unset (string $name)

Removes a response parameter. Do not call directly.

Input
string $name name
Output
void