Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
htmleditorajax.php
1
<?
2
namespace
Bitrix\Fileman\Controller
;
3
use
Bitrix\Main\Localization\Loc
;
4
Loc::loadMessages
(__FILE__);
5
9
class
HtmlEditorAjax
extends
\Bitrix\Main\Engine\Controller
10
{
11
public
function
configureActions
()
12
{
13
}
14
15
public
function
getVideoOembedAction
($video_source)
16
{
17
return \CHTMLEditor::GetVideoOembed($video_source);
18
}
19
}
Bitrix\Fileman\Controller\HtmlEditorAjax
Definition
htmleditorajax.php:10
Bitrix\Fileman\Controller\HtmlEditorAjax\configureActions
configureActions()
Definition
htmleditorajax.php:11
Bitrix\Fileman\Controller\HtmlEditorAjax\getVideoOembedAction
getVideoOembedAction($video_source)
Definition
htmleditorajax.php:15
Bitrix\Main\Engine\Controller
Definition
controller.php:32
Bitrix\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\loadMessages
static loadMessages($file)
Definition
loc.php:64
Bitrix\Fileman\Controller
Definition
htmleditorajax.php:2
modules
fileman
lib
controller
htmleditorajax.php
Создано системой
1.10.0