Source for file canceladmin.php
Documentation is available at canceladmin.php
 * @package     Joomla.Libraries  
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.  
 * @license     GNU General Public License version 2 or later; see LICENSE  
 * Cancel Controller for Admin  
 * @package     Joomla.Libraries  
     * The context for storing internal data, e.g. record.  
     * The URL option for the component.  
     * @note   Replaces _redirect.  
     * Method to handle admin cancel  
     * @return  boolean  True on success.  
        // Check for request forgeries.  
            $this->app->enqueueMessage(JText::_('JINVALID_TOKEN'));  
            $this->app->redirect('index.php');  
        $this->app->setUserState($this->context . 
'.data', null);  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 14:55:01 +0100 by phpDocumentor 1.4.3