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, $cacheLifetime=null, $display=true)
 

Static Public Member Functions

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

Member Function Documentation

◆ setValue()

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

Implements View.

Definition at line 25 of file NullView.php.

◆ getValue()

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

Implements View.

Definition at line 30 of file NullView.php.

◆ getValues()

getValues ( )
See also
View::getValues()

Implements View.

Definition at line 37 of file NullView.php.

◆ clearAllValues()

clearAllValues ( )
See also
View::clearAllValues()

Implements View.

Definition at line 44 of file NullView.php.

◆ render()

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

Implements View.

Definition at line 49 of file NullView.php.

◆ clearCache()

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

Implements View.

Definition at line 58 of file NullView.php.

◆ isCached()

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

Implements View.

Definition at line 65 of file NullView.php.

◆ getCacheDate()

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

Implements View.

Definition at line 72 of file NullView.php.

◆ getTemplate()

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

Implements View.

Definition at line 79 of file NullView.php.