Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1102253
PhabricatorEpochEditField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
490 B
Referenced Files
None
Subscribers
None
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
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 4:21 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
274189
Default Alt Text
PhabricatorEpochEditField.php (490 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment