Class Zend_View

Description

Concrete class for handling view scripts.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /View.php (line 37)

Zend_View_Abstract
   |
   --Zend_View
Method Summary
 void __construct ([array $config = array()])
 void _run (string 0)
Methods
Constructor __construct (line 59)

Constructor

Register Zend_View_Stream stream wrapper if short tags are disabled.

  • access: public
void __construct ([array $config = array()])
  • array $config

Redefinition of:
Zend_View_Abstract::__construct()
Constructor.
setUseStreamWrapper (line 82)

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

  • access: public
Zend_View setUseStreamWrapper (bool $flag)
  • bool $flag
useStreamWrapper (line 93)

Should the stream wrapper be used if short_open_tag is off?

  • access: public
bool useStreamWrapper ()
_run (line 103)

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

  • access: protected
void _run (string 0)
  • string 0: The view script to execute.

Redefinition of:
Zend_View_Abstract::_run()
Use to include the view script in a scope that only allows public members.

Inherited Methods

Inherited From Zend_View_Abstract

 Zend_View_Abstract::__construct()
 Zend_View_Abstract::addBasePath()
 Zend_View_Abstract::addFilter()
 Zend_View_Abstract::addFilterPath()
 Zend_View_Abstract::addHelperPath()
 Zend_View_Abstract::addScriptPath()
 Zend_View_Abstract::assign()
 Zend_View_Abstract::clearVars()
 Zend_View_Abstract::escape()
 Zend_View_Abstract::getAllPaths()
 Zend_View_Abstract::getEncoding()
 Zend_View_Abstract::getEngine()
 Zend_View_Abstract::getFilter()
 Zend_View_Abstract::getFilterPath()
 Zend_View_Abstract::getFilterPaths()
 Zend_View_Abstract::getFilters()
 Zend_View_Abstract::getHelper()
 Zend_View_Abstract::getHelperPath()
 Zend_View_Abstract::getHelperPaths()
 Zend_View_Abstract::getHelpers()
 Zend_View_Abstract::getPluginLoader()
 Zend_View_Abstract::getScriptPath()
 Zend_View_Abstract::getScriptPaths()
 Zend_View_Abstract::getVars()
 Zend_View_Abstract::init()
 Zend_View_Abstract::isLfiProtectionOn()
 Zend_View_Abstract::registerHelper()
 Zend_View_Abstract::render()
 Zend_View_Abstract::setBasePath()
 Zend_View_Abstract::setEncoding()
 Zend_View_Abstract::setEscape()
 Zend_View_Abstract::setFilter()
 Zend_View_Abstract::setFilterPath()
 Zend_View_Abstract::setHelperPath()
 Zend_View_Abstract::setLfiProtection()
 Zend_View_Abstract::setPluginLoader()
 Zend_View_Abstract::setScriptPath()
 Zend_View_Abstract::strictVars()
 Zend_View_Abstract::_run()
 Zend_View_Abstract::_script()
 Zend_View_Abstract::__call()
 Zend_View_Abstract::__get()
 Zend_View_Abstract::__isset()
 Zend_View_Abstract::__set()
 Zend_View_Abstract::__unset()

Documentation generated on Mon, 21 Jun 2010 15:52:01 -0400 by phpDocumentor 1.4.3