Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91590721
AlmanacSetPropertyEditField.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
Tue, Nov 12, 12:43
Size
393 B
Mime Type
text/x-php
Expires
Thu, Nov 14, 12:43 (2 d)
Engine
blob
Format
Raw Data
Handle
22289357
Attached To
rPH Phabricator
AlmanacSetPropertyEditField.php
View Options
<?php
final
class
AlmanacSetPropertyEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
null
;
}
protected
function
newHTTPParameterType
()
{
return
null
;
}
protected
function
newConduitParameterType
()
{
return
new
ConduitWildParameterType
();
}
protected
function
newEditType
()
{
return
new
AlmanacSetPropertyEditType
();
}
}
Event Timeline
Log In to Comment