Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
public
function
getText
()
15
{
16
return
''
;
17
}
18
19
public
function
canDelete
()
20
{
21
return
true
;
22
}
23
}
Bitrix\Forum\Comments\Service\Base
Definition
base.php:6
Bitrix\Forum\Comments\Service\Base\canDelete
canDelete()
Definition
base.php:19
Bitrix\Forum\Comments\Service\Base\getType
getType()
Definition
base.php:9
Bitrix\Forum\Comments\Service\Base\getText
getText()
Definition
base.php:14
Bitrix\Forum\Comments\Service\Base\TYPE
const TYPE
Definition
base.php:7
Bitrix\Forum\Comments\Service
Definition
base.php:3
modules
forum
lib
comments
service
base.php
Создано системой
1.10.0