File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/landing/lib/placement.php
Back
<?php namespace Bitrix\Landing; class Placement extends \Bitrix\Landing\Internals\BaseTable { /** * Internal class. * @var string */ public static $internalClass = 'PlacementTable'; /** * Delete records by app id. * @param int $id App id. * @return void */ public static function deleteByAppId($id) { $res = self::getList(array( 'select' => array( 'ID' ), 'filter' => array( '=APP_ID' => $id ) )); while ($row = $res->fetch()) { self::delete($row['ID']); } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings