Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
base.php
1
<?php
2
namespace
Bitrix\Socialnetwork\Livefeed\RenderParts
;
3
4
abstract
class
Base
5
{
6
protected
$options
= array();
7
8
public
function
__construct
(array
$options
= array())
9
{
10
$this->options =
$options
;
11
}
12
13
public
function
getOptions
()
14
{
15
return
$this->options
;
16
}
17
18
protected
function
getMetaResult
()
19
{
20
return
array(
21
'id'
=> 0,
22
'name'
=>
''
,
23
'link'
=>
''
24
);
25
}
26
27
public
function
getBBCodeText
()
28
{
29
30
}
31
32
}
Bitrix\Socialnetwork\Livefeed\RenderParts\Base
Definition
base.php:5
Bitrix\Socialnetwork\Livefeed\RenderParts\Base\$options
$options
Definition
base.php:6
Bitrix\Socialnetwork\Livefeed\RenderParts\Base\getOptions
getOptions()
Definition
base.php:13
Bitrix\Socialnetwork\Livefeed\RenderParts\Base\__construct
__construct(array $options=array())
Definition
base.php:8
Bitrix\Socialnetwork\Livefeed\RenderParts\Base\getMetaResult
getMetaResult()
Definition
base.php:18
Bitrix\Socialnetwork\Livefeed\RenderParts\Base\getBBCodeText
getBBCodeText()
Definition
base.php:27
Bitrix\Socialnetwork\Livefeed\RenderParts
Definition
base.php:2
modules
socialnetwork
lib
livefeed
renderparts
base.php
Создано системой
1.10.0