1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
postlistfacebook.php
См. документацию.
1
<?
2
3
namespace
Bitrix\Seo\Marketing\Services;
4
5
use Bitrix\Seo\Marketing\PostList;
6
7
class
PostListFacebook
extends
PostList
8
{
9
const
TYPE_CODE
=
'facebook'
;
10
11
public
function
getList
(
$params
)
12
{
13
$parameters = [
14
'accountId'
=>
$params
[
'accountId'
],
15
];
16
17
if
(isset(
$params
[
'limit'
]))
18
{
19
$parameters[
'limit'
] =
$params
[
'limit'
];
20
}
21
22
if
(isset(
$params
[
'last'
]))
23
{
24
$parameters[
'last'
] =
$params
[
'last'
];
25
}
26
27
$response
= $this->
getRequest
()->send(
array
(
28
'methodName'
=>
'marketing.post.list'
,
29
'parameters'
=> $parameters
30
));
31
32
if
(
$response
->isSuccess())
33
{
34
return
$response
->getData();
35
}
36
37
return
null
;
38
}
39
}
Bitrix\Seo\Marketing\PostList
Определения
postlist.php:8
Bitrix\Seo\Marketing\Services\PostListFacebook
Определения
postlistfacebook.php:8
Bitrix\Seo\Marketing\Services\PostListFacebook\TYPE_CODE
const TYPE_CODE
Определения
postlistfacebook.php:9
Bitrix\Seo\Marketing\Services\PostListFacebook\getList
getList($params)
Определения
postlistfacebook.php:11
Bitrix\Seo\Retargeting\BaseApiObject\getRequest
getRequest()
Определения
baseapiobject.php:44
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$params
if($inWords) echo htmlspecialcharsbx(Number2Word_Rus(roundEx($totalVatSum $params['CURRENCY']
Определения
template.php:799
$response
$response
Определения
result.php:21
bitrix
modules
seo
lib
marketing
services
postlistfacebook.php
Создано системой
1.14.0