1C-Bitrix
25.700.0
Toggle main menu visibility
Титульная страница
Пространства имен
Пространства имен
Члены пространств имен
Указатель
$
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Функции
_
a
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
Переменные
$
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
Перечисления
a
b
c
d
e
f
g
l
m
n
o
p
r
s
t
u
v
w
Элементы перечислений
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Структуры данных
Структуры данных
Алфавитный указатель структур данных
Иерархия классов
Поля структур
Указатель
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Функции
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Переменные
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Перечисления
Элементы перечислений
Файлы
Файлы
Список членов всех файлов
Указатель
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
б
в
к
л
о
п
с
т
ю
Функции
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Переменные
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
б
в
к
л
о
п
с
т
ю
Блог
Хостинг
1C-Bitrix
Пространства имен
Структуры данных
Файлы
Файлы
bitrix
modules
abtest
advertising
b24connector
bitrixcloud
bizproc
bizprocdesigner
blog
calendar
catalog
clouds
cluster
conversion
currency
eshopapp
fileman
form
forum
highloadblock
iblock
idea
im
landing
ldap
learning
lists
location
mail
main
classes
cli
include
interface
lib
access
analytics
authentication
cli
Command
component
composite
config
context
controller
copy
data
db
di
diag
discount
engine
Entity
eventlog
File
FileUploader
filter
grid
action
cell
column
component
counter
editor
export
pagination
panel
action
snippet
actions.php
defaultvalue.php
panel.php
snippet.php
types.php
row
uf
ui
actions.php
cellactions.php
cellactionstate.php
context.php
declension.php
grid.php
gridrequest.php
gridresponse.php
messagetype.php
options.php
params.php
settings.php
tabletgrid.php
types.php
html
io
License
localization
mail
Messenger
numerator
orm
page
phonenumber
Provider
rating
Repository
rest
routing
search
security
service
session
SidePanel
sms
test
text
type
ui
update
UpdateSystem
urlpreview
userconsent
userfield
Validation
web
AccessDeniedException.php
application.php
ArgumentException.php
ArgumentNullException.php
ArgumentOutOfRangeException.php
ArgumentTypeException.php
ClassLocator.php
context.php
DecodingException.php
environment.php
error.php
errorable.php
errorableimplementation.php
errorcollection.php
event.php
eventmanager.php
eventresult.php
file.php
finderdest.php
group.php
grouptask.php
httpapplication.php
httpcontext.php
httprequest.php
httpresponse.php
InvalidOperationException.php
license.php
loader.php
modulemanager.php
moduletable.php
NotImplementedException.php
NotSupportedException.php
ObjectException.php
ObjectNotFoundException.php
ObjectPropertyException.php
operation.php
request.php
response.php
result.php
senderconnector.php
server.php
site.php
sitedomain.php
sitetemplate.php
SystemException.php
task.php
taskoperation.php
urlrewriter.php
UrlRewriterRuleMaker.php
user.php
useraccess.php
userauthaction.php
usercounter.php
userfield.php
userfieldconfirm.php
userfieldlangtable.php
usergroup.php
userindex.php
userphoneauth.php
userprofilehistory.php
userprofilerecord.php
userutils.php
UuidGenerator.php
xmlwriter.php
meta
public
services
tools
.settings.php
admin_tools.php
ajax_tools.php
bx_root.php
checklist_structure.php
countries.php
default_option.php
filter_tools.php
img.php
include.php
jscore.php
option_triggers.php
options.php
prolog.php
spread.php
start.php
tools.php
messageservice
mobileapp
perfmon
photogallery
pull
report
rest
sale
scale
search
security
sender
seo
socialnetwork
socialservices
statistic
storeassist
subscribe
support
translate
ui
vote
webservice
wiki
workflow
Список членов всех файлов
Примеры
•
Указатель
Структуры данных
Пространства имен
Файлы
Функции
Переменные
Перечисления
Элементы перечислений
Страницы
Загрузка...
Поиск...
Не найдено
actions.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Grid\Panel;
4
5
use ReflectionClass;
6
12
class
Actions
13
{
14
public
const
CREATE
=
'CREATE'
;
15
public
const
SEND
=
'SEND'
;
16
public
const
ACTIVATE
=
'ACTIVATE'
;
17
public
const
SHOW
=
'SHOW'
;
18
public
const
HIDE
=
'HIDE'
;
19
public
const
REMOVE
=
'REMOVE'
;
20
public
const
CALLBACK
=
'CALLBACK'
;
21
public
const
INLINE_EDIT
=
'INLINE_EDIT'
;
22
public
const
HIDE_ALL_EXPECT
=
'HIDE_ALL_EXPECT'
;
23
public
const
SHOW_ALL
=
'SHOW_ALL'
;
24
public
const
RESET_CONTROLS
=
'RESET_CONTROLS'
;
25
31
public
static
function
getList
()
32
{
33
$reflection =
new
ReflectionClass(__CLASS__);
34
35
return
$reflection->getConstants();
36
}
31
public
static
function
getList
() {
…
}
37
}
12
class
Actions
{
…
};
Bitrix\Main\Grid\Panel\Actions
Определения
actions.php:13
Bitrix\Main\Grid\Panel\Actions\REMOVE
const REMOVE
Определения
actions.php:19
Bitrix\Main\Grid\Panel\Actions\HIDE
const HIDE
Определения
actions.php:18
Bitrix\Main\Grid\Panel\Actions\SHOW
const SHOW
Определения
actions.php:17
Bitrix\Main\Grid\Panel\Actions\HIDE_ALL_EXPECT
const HIDE_ALL_EXPECT
Определения
actions.php:22
Bitrix\Main\Grid\Panel\Actions\SHOW_ALL
const SHOW_ALL
Определения
actions.php:23
Bitrix\Main\Grid\Panel\Actions\CALLBACK
const CALLBACK
Определения
actions.php:20
Bitrix\Main\Grid\Panel\Actions\ACTIVATE
const ACTIVATE
Определения
actions.php:16
Bitrix\Main\Grid\Panel\Actions\RESET_CONTROLS
const RESET_CONTROLS
Определения
actions.php:24
Bitrix\Main\Grid\Panel\Actions\INLINE_EDIT
const INLINE_EDIT
Определения
actions.php:21
Bitrix\Main\Grid\Panel\Actions\SEND
const SEND
Определения
actions.php:15
Bitrix\Main\Grid\Panel\Actions\CREATE
const CREATE
Определения
actions.php:14
Bitrix\Main\Grid\Panel\Actions\getList
static getList()
Определения
actions.php:31
bitrix
modules
main
lib
grid
panel
actions.php
Создано системой
1.14.0