1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
defaultcontroller.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Engine;
4
5
6
class
DefaultController
extends
Controller
7
{
8
public
function
configureActions
()
9
{
10
return
array
(
11
'index'
=>
array
(
12
'prefilters'
=>
array
(
13
new
ActionFilter
\
Authentication
,
14
new
ActionFilter
\HttpMethod(
array
(
'GET'
)),
15
),
16
),
17
);
18
}
19
20
public
function
indexAction
()
21
{
22
return
"It's default behavior"
;
23
}
24
}
Bitrix\Main\Engine\DefaultController
Определения
defaultcontroller.php:7
Bitrix\Main\Engine\DefaultController\indexAction
indexAction()
Определения
defaultcontroller.php:20
Bitrix\Main\Engine\DefaultController\configureActions
configureActions()
Определения
defaultcontroller.php:8
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Main\Authentication
Определения
application.php:9
Bitrix\Main\Controller
Определения
agreement.php:2
Bitrix\Main\Engine\ActionFilter
bitrix
modules
main
lib
engine
defaultcontroller.php
Создано системой
1.14.0