Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90764357
PhabricatorEpochEditField.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
Mon, Nov 4, 13:21
Size
490 B
Mime Type
text/x-php
Expires
Wed, Nov 6, 13:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22131137
Attached To
rPH Phabricator
PhabricatorEpochEditField.php
View Options
<?php
final
class
PhabricatorEpochEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
id
(
new
AphrontFormDateControl
())
->
setViewer
(
$this
->
getViewer
());
}
protected
function
newHTTPParameterType
()
{
return
new
AphrontEpochHTTPParameterType
();
}
protected
function
newConduitParameterType
()
{
// TODO: This isn't correct, but we don't have any methods which use this
// yet.
return
new
ConduitIntParameterType
();
}
}
Event Timeline
Log In to Comment