Class

AbstractDeleteCategoryController

Abstract Package: Content\Category\controllers Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2018 10 29 Since: PHPBoost 4.0 - 2013 02 06 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Located at: content/category/controllers/AbstractDeleteCategoryController.class.php
AbstractController implements Controller
Extended by ModuleController
Extended by AbstractDeleteCategoryController
Methods summary
public Response
# execute( HTTPRequestCustom $request )

execute the controller and returns the response

protected string
# get_title( )
protected string
# get_description( )
protected string
# get_success_message( )
protected Clear
# clear_cache( )
protected Response
# generate_response( View $view )
abstract protected string
# get_id_category( )
abstract protected CategoriesManager
abstract protected Url
abstract protected Url
# get_delete_category_url( Category $category )
abstract protected Url
abstract protected string
# get_module_home_page_title( )
abstract protected boolean
# check_authorizations( )
Properties summary
protected HTMLForm $form
#