Class

AbstractCategoriesManageController

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: 2017 08 22 Since: PHPBoost 4.0 - 2013 02 11 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Contributor: janus57 janus57@janus57.fr Located at: content/category/controllers/AbstractCategoriesManageController.class.php
AbstractController implements Controller
Extended by ModuleController
Extended by AbstractCategoriesManageController
Methods summary
public Response
# execute( HTTPRequestCustom $request )

execute the controller and returns the response

protected string
# get_title( )
protected string
# get_delete_confirmation_message( )
protected Response
# generate_response( View $view )
abstract protected CategoriesManager
abstract protected Url
# get_display_category_url( Category $category )
abstract protected Url
# get_edit_category_url( Category $category )
abstract protected Url
# get_delete_category_url( Category $category )
abstract protected Url
abstract protected Url
abstract protected string
# get_module_home_page_title( )
abstract protected boolean
# check_authorizations( )
Properties summary
protected $lang
#
protected $tpl
#