PHP Class Nexcessnet_Turpentine_Block_Management

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Inheritance: extends Mage_Adminhtml_Block_Template
Show file Open project: nexcess/magento-turpentine

Public Methods

Method Description
__construct ( )
getApplyConfigUrl ( ) : string Get the applyConfig URL
getFlushAllUrl ( ) : string Get the flushAll url
getFlushContentTypeUrl ( ) : string Get the flushContentType URL
getFlushPartialUrl ( ) : string Get the flushPartial URL
getGetConfigUrl ( ) : string Get the getConfig URL
getSaveConfigUrl ( ) : string Get the saveConfig URL
getSwitchNavigationUrl ( string $type ) : string Get the switchNavigation URL

Method Details

__construct() public method

public __construct ( )

getApplyConfigUrl() public method

Get the applyConfig URL
public getApplyConfigUrl ( ) : string
return string

getFlushAllUrl() public method

Get the flushAll url
public getFlushAllUrl ( ) : string
return string

getFlushContentTypeUrl() public method

Get the flushContentType URL
public getFlushContentTypeUrl ( ) : string
return string

getFlushPartialUrl() public method

Get the flushPartial URL
public getFlushPartialUrl ( ) : string
return string

getGetConfigUrl() public method

Get the getConfig URL
public getGetConfigUrl ( ) : string
return string

getSaveConfigUrl() public method

Get the saveConfig URL
public getSaveConfigUrl ( ) : string
return string

getSwitchNavigationUrl() public method

Get the switchNavigation URL
public getSwitchNavigationUrl ( string $type ) : string
$type string
return string