Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107088811
PhabricatorDateTimeSettingsPanel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Apr 4, 11:05
Size
358 B
Mime Type
text/x-php
Expires
Sun, Apr 6, 11:05 (2 d)
Engine
blob
Format
Raw Data
Handle
25348575
Attached To
rPH Phabricator
PhabricatorDateTimeSettingsPanel.php
View Options
<?php
final
class
PhabricatorDateTimeSettingsPanel
extends
PhabricatorEditEngineSettingsPanel
{
const
PANELKEY
=
'datetime'
;
public
function
getPanelName
()
{
return
pht
(
'Date and Time'
);
}
public
function
getPanelGroup
()
{
return
pht
(
'Account Information'
);
}
public
function
isEditableByAdministrators
()
{
return
true
;
}
}
Event Timeline
Log In to Comment