Public Member Functions | Protected Member Functions

Zend_View Class Reference

Inheritance diagram for Zend_View:
Zend_View_Abstract Zend_View_Interface

Public Member Functions

 __construct ($config=array())
 setUseStreamWrapper ($flag)
 useStreamWrapper ()

Protected Member Functions

 _run ()

Detailed Description

Definition at line 37 of file View.php.


Constructor & Destructor Documentation

__construct ( config = array() )

Constructor

Register Zend_View_Stream stream wrapper if short tags are disabled.

Parameters:
array$config
Returns:
void

Reimplemented from Zend_View_Abstract.

Definition at line 59 of file View.php.


Member Function Documentation

_run (  ) [protected]

Includes the view script in a scope with only public $this variables.

Parameters:
stringThe view script to execute.

Reimplemented from Zend_View_Abstract.

Definition at line 103 of file View.php.

setUseStreamWrapper ( flag )

Set flag indicating if stream wrapper should be used if short_open_tag is off

Parameters:
bool$flag
Returns:
Zend_View

Definition at line 82 of file View.php.

useStreamWrapper (  )

Should the stream wrapper be used if short_open_tag is off?

Returns:
bool

Definition at line 93 of file View.php.


The documentation for this class was generated from the following file: