403Webshell
Server IP : 80.87.202.40  /  Your IP : 216.73.216.169
Web Server : Apache
System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64
User : bitrix ( 600)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/main/lib/grid/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/main/lib/grid/actions.php
<?

namespace Bitrix\Main\Grid;


/**
 * Class Actions. Types of grid actions
 * @package Bitrix\Main\Grid
 */
class Actions
{
	const GRID_SET_COLUMNS = "setColumns";
	const GRID_SET_THEME = "setTheme";
	const GRID_SAVE_SETTINGS = "saveSettings";
	const GRID_DELETE_VIEW = "deleteView";
	const GRID_SET_VIEW = "setView";
	const GRID_SET_FILTER_ROWS = "setFilterRows";
	const GRID_SAVE_FILTER_SETTINGS = "saveFilterSettings";
	const GRID_DELETE_FILTER = "deleteFilter";
	const GRID_SET_FILTER_SWITCH = "setFilterSwitch";
	const GRID_SET_SORT = "setSort";
	const GRID_SET_COLUMN_SIZES = "setColumnSizes";
	const GRID_SET_PAGE_SIZE = "setPageSize";
	const GRID_RESET = "gridReset";
	const SET_CUSTOM_NAMES = "setCustomNames";
	const GRID_GET_CHILD_ROWS = "getChildRows";
	const GRID_UPDATE_ROW = "updateRow";
	const GRID_DELETE_ROW = "deleteRow";
	const GRID_ADD_ROW = "addRow";
	const GRID_SET_EXPANDED_ROWS = "setExpandedRows";
	const GRID_RESET_EXPANDED_ROWS = "resetExpandedRows";
	const GRID_SAVE_ROWS_SORT = "saveRowsSort";
	const GRID_SAVE_BATH = "saveBath";
	const GRID_SET_COLLAPSED_GROUPS = "setCollapsedGroups";
	const GRID_SET_STICKED_COLUMNS = "setStickedColumns";


	/**
	 * Gets types list
	 * @return array
	 */
	public static function getList()
	{
		$reflection = new \ReflectionClass(__CLASS__);
		return $reflection->getConstants();
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit