1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
base.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Forum\Comments\Service
;
4
5
abstract
class
Base
6
{
7
const
TYPE
=
'BASE'
;
8
9
public
function
getType
()
10
{
11
return
static::TYPE;
12
}
13
14
abstract
public
function
getText
(): string;
15
16
public
function
canDelete
()
17
{
18
return
true
;
19
}
20
}
Bitrix\Forum\Comments\Service\Base
Определения
base.php:6
Bitrix\Forum\Comments\Service\Base\canDelete
canDelete()
Определения
base.php:16
Bitrix\Forum\Comments\Service\Base\getType
getType()
Определения
base.php:9
Bitrix\Forum\Comments\Service\Base\getText
getText()
Bitrix\Forum\Comments\Service\Base\TYPE
const TYPE
Определения
base.php:7
Bitrix\Forum\Comments\Service
Определения
base.php:3
bitrix
modules
forum
lib
comments
service
base.php
Создано системой
1.14.0