Summary
- abstract
- File
- Package hierarchy Category\controllers
- Class hierarchy \AbstractController \ModuleController \AbstractDeleteCategoryController
This class defines the minimalist controler pattern
This class defines the minimalist controler pattern
__static()
None found |
__construct( $module_id = '')
$module_id |
None found |
get_right_controller_regarding_authorizations() : \Controller
Returns the right controller to execute regarding the authorizations defined for the controller
the right controller
None found |
get_module()
None found |
execute(\HTTPRequestCustom $request)
\HTTPRequestCustom | $request |
None found |
get_categories_management_title() : string
Categories management page title
None found |
get_title() : string
Page title
None found |
get_description() : string
delete description
None found |
get_success_message() : string
delete success message
None found |
clear_cache() : \Clear
elements cache if any
None found |
generate_response(\View $view) : \Response
\View | $view |
None found |
get_categories_manager() : \CategoriesManager
None found |
get_id_category() : string
id of the category to edit / delete
None found |
get_categories_management_url() : \Url
None found |
get_delete_category_url(integer $category) : \Url
integer | $category | Category |
None found |
get_module_home_page_url() : \Url
None found |
get_module_home_page_title() : string
module home page title
None found |
check_authorizations() : boolean
Authorization to manage categories
None found |
init()
None found |
build_form()
None found |
get_category_children(\Category $category, $enable_recursive_exploration = true)
\Category | $category | |
$enable_recursive_exploration |
None found |
get_category_items_exists(\Category $category)
\Category | $category |
None found |
get_category()
None found |
$module_id :
None found |
$form : \HTMLForm
None found |
$categories_manager :
None found |
$submit_button : \FormButtonSubmit
None found |
$lang :
None found |