Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1084093
ConpherenceWidgetConfigConstants.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
ConpherenceWidgetConfigConstants.php
View Options
<?php
final
class
ConpherenceWidgetConfigConstants
extends
ConpherenceConstants
{
const
UPDATE_URI
=
'/conpherence/update/'
;
public
static
function
getWidgetPaneBehaviorConfig
()
{
return
array
(
'widgetBaseUpdateURI'
=>
self
::
UPDATE_URI
,
'widgetRegistry'
=>
self
::
getWidgetRegistry
(),
);
}
public
static
function
getWidgetRegistry
()
{
return
array
(
'conpherence-message-pane'
=>
array
(
'name'
=>
pht
(
'Thread'
),
'icon'
=>
'fa-comment'
,
'deviceOnly'
=>
true
,
'hasCreate'
=>
false
,
),
'widgets-people'
=>
array
(
'name'
=>
pht
(
'Participants'
),
'icon'
=>
'fa-users'
,
'deviceOnly'
=>
false
,
'hasCreate'
=>
true
,
'createData'
=>
array
(
'refreshFromResponse'
=>
true
,
'action'
=>
ConpherenceUpdateActions
::
ADD_PERSON
,
'customHref'
=>
null
,
),
),
'widgets-files'
=>
array
(
'name'
=>
pht
(
'Files'
),
'icon'
=>
'fa-files-o'
,
'deviceOnly'
=>
false
,
'hasCreate'
=>
false
,
),
'widgets-calendar'
=>
array
(
'name'
=>
pht
(
'Calendar'
),
'icon'
=>
'fa-calendar'
,
'deviceOnly'
=>
false
,
'hasCreate'
=>
true
,
'createData'
=>
array
(
'refreshFromResponse'
=>
false
,
'action'
=>
ConpherenceUpdateActions
::
ADD_STATUS
,
'customHref'
=>
'/calendar/event/create/'
,
),
),
'widgets-settings'
=>
array
(
'name'
=>
pht
(
'Settings'
),
'icon'
=>
'fa-wrench'
,
'deviceOnly'
=>
false
,
'hasCreate'
=>
false
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 11:13 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
266223
Default Alt Text
ConpherenceWidgetConfigConstants.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment