Блочный контроллер - заглушка.
|
| | __construct ($param=[]) |
| |
| | getParamObject () |
| |
| | exec ($returnAsIs=false) |
| |
| | updateParamCache () |
| |
| | getStoreParams () |
| |
| | getBlockId () |
| |
| | myGet ($key, $type, $default=null) |
| |
| | myBlockIdInput () |
| |
| | isMyPost () |
| |
| | getSettingUrl ($absolute=false) |
| |
| | __construct ($param=[]) |
| |
| | isConstructorBlock () |
| |
| | getDebugGroup () |
| |
| | wrapHtml ($body, $html_template=null) |
| |
| | __construct ($param=[]) |
| |
| | getParam ($key=null, $default=null, $checkempty=false) |
| |
| | setParam ($key, $value=null) |
| |
| | setResource () |
| |
| | getControllerName () |
| |
| | addResource () |
| |
| | init () |
| |
| | fetch ($tpl, $param_name= 'tpl') |
| |
| | request ($key, $type, $default=null, $strip= '') |
| |
| | getKeyName ($keyname) |
| |
| | comError ($error_text) |
| |
| | checkAccessRight () |
| |
| | exec ($returnAsIs=false) |
| |
| | getDebugGroup () |
| |
| | getModTplPath () |
| |
| | getModuleConfig () |
| |
| | __construct () |
| |
| | isViewCacheExpired (string $cache_id_str, string $template, int $lifetime=null) |
| |
| | wrapHtml ($body, $html_template=null) |
| |
| | getAction () |
| |
| | exec ($returnAsIs=false) |
| |
| | processResult ($result) |
| |
| | presetAct ($act) |
| |
| | e404 ($reason=null) |
| |
| | redirect ($url=null, $status=302) |
| |
| | refreshPage () |
| |
| | getUrlName () |
| |
| | exec () |
| |
| static | getInfo ($key=null) |
| |
| static | getNotReplaceableParams () |
| |
| static | isVisibleOnSiteConstructor () |
| |
| const | BLOCK_ID_PARAM = '_block_id' |
| |
| const | BLOCK_PATH_PARAM = 'tplpath' |
| |
| const | BLOCK_NUM_PARAM = 'num' |
| |
| const | BLOCK_LOADED_FROM_DB_PARAM = 'params_loaded_from_db' |
| |
| const | BLOCK_INSERT_CONTEXT = 'theme_context' |
| |
| | $debug_group = null |
| |
| const | DEFAULT_ERROR_PAGE_TPL = '%THEME%/exception.tpl' |
| |
| | $view |
| |
| | $url |
| |
| | $app |
| |
| | $router |
| |
| | appendParamsFromDb ($param) |
| |
| | loadStoredParams () |
| |
| | isDebugModeEnabled () |
| |
| | canProcessResult () |
| |
| static | getSelfNotReplaceableParams () |
| |
| static | getAlwaysNotReplaceableParams () |
| |
| | $block_id_cache |
| |
| | $action_var = null |
| |
| | $store_params |
| |
| | $store_key |
| |
| | $user |
| |
| | $access_right = 1 |
| |
| | $default_params = [] |
| |
| | $param = [] |
| |
| | $mod_name = '' |
| |
| | $controller_name = '' |
| |
| | $mod_css = '/modules/%MODULE%/view/css/' |
| |
| | $mod_js = '/modules/%MODULE%/view/js/' |
| |
| | $mod_img = '/modules/%MODULE%/view/img/' |
| |
| | $mod_tpl = '/modules/%MODULE%/view/' |
| |
| | $mod_relative_tpl = '' |
| |
| | $act = '' |
| |
| | $action_var = 'Act' |
| |
| | $result |
| |