Class rex_api_sitemap_tree

rex_api_function uses rex_factory_trait
Extended by rex_api_sitemap_tree
Package: redaxo\structure
Located at redaxo/src/addons/structure/lib/linkmap/api_sitemap.php

Methods summary

public rex_api_result
# execute( )

This method have to be overriden by a subclass and does all logic which the api function represents.

protected boolean
# requiresCsrfProtection( )

Csrf validation is disabled by default for backwards compatiblity reasons. This default will change in a future version. Prepare all your api functions to work with csrf token by using your-api-class::getUrlParams()/getHiddenFields(), otherwise they will stop work.

Methods inherited from rex_api_function

__construct(), factory(), getHiddenFields(), getMessage(), getResult(), getUrlParams(), handleCall(), hasMessage()

Methods used from rex_factory_trait

callFactoryClass(), getFactoryClass(), hasFactoryClass(), setFactoryClass()

Constants summary

Constants inherited from rex_api_function

REQ_CALL_PARAM, REQ_RESULT_PARAM

Properties summary

Properties inherited from rex_api_function

$published, $result