1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
placement.php
См. документацию.
1<?php
2namespace Bitrix\Landing;
3
5{
10 public static $internalClass = 'PlacementTable';
11
17 public static function deleteByAppId($id)
18 {
19 $res = self::getList(array(
20 'select' => array(
21 'ID'
22 ),
23 'filter' => array(
24 '=APP_ID' => $id
25 )
26 ));
27 while ($row = $res->fetch())
28 {
29 self::delete($row['ID']);
30 }
31 }
32}
static $internalClass
Определения placement.php:10
static deleteByAppId($id)
Определения placement.php:17
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$res
Определения filter_act.php:7