Source for file view.php
Documentation is available at view.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* Joomla Platform View Interface
* @package Joomla.Platform
* Method to escape output.
* @param string $output The output to escape.
* @return string The escaped output.
public function escape($output);
* Method to render the view.
* @return string The rendered view.
* @throws RuntimeException
Documentation generated on Tue, 19 Nov 2013 15:18:12 +0100 by phpDocumentor 1.4.3