Detailed Description

NullView is a stub class that implements all view methods.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 20 of file NullView.php.

+ Inheritance diagram for NullView:

Public Member Functions

 setValue ($name, $value)
 
 getValue ($name)
 
 getValues ()
 
 clearAllValues ()
 
 render ($tplFile, $cacheId=null, $display=true)
 

Static Public Member Functions

static clearCache ()
 
static isCached ($tplFile, $cacheId=null)
 
static getTemplate ($controller, $context, $action)
 

Member Function Documentation

setValue (   $name,
  $value 
)
See also
View::setValue()

Implements View.

Definition at line 25 of file NullView.php.

getValue (   $name)
See also
View::getValue()

Implements View.

Definition at line 30 of file NullView.php.

getValues ( )
See also
View::getValues()

Implements View.

Definition at line 37 of file NullView.php.

clearAllValues ( )
See also
View::clearAllValues()

Implements View.

Definition at line 44 of file NullView.php.

render (   $tplFile,
  $cacheId = null,
  $display = true 
)
See also
View::display()

Implements View.

Definition at line 49 of file NullView.php.

static clearCache ( )
static
See also
View::clearCache()

Implements View.

Definition at line 58 of file NullView.php.

static isCached (   $tplFile,
  $cacheId = null 
)
static
See also
View::isCached()

Implements View.

Definition at line 65 of file NullView.php.

static getTemplate (   $controller,
  $context,
  $action 
)
static
See also
View::getTemplate()

Implements View.