File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/landing/lib/History/Action/RemoveBlockAction.php
Back
<?php namespace Bitrix\Landing\History\Action; use Bitrix\Landing\Landing; class RemoveBlockAction extends AddBlockAction { protected const JS_COMMAND = 'removeBlock'; public function execute(bool $undo = true): bool { $landing = Landing::createInstance($this->params['lid']); if ( $landing->exist() && $landing->markDeletedBlock((int)$this->params['block'], true) ) { $landing->resortBlocks(); return true; } return false; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings