Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115946730
PhabricatorSpaceEditField.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
Wed, Jun 4, 01:56
Size
367 B
Mime Type
text/x-php
Expires
Fri, Jun 6, 01:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26583195
Attached To
rPH Phabricator
PhabricatorSpaceEditField.php
View Options
<?php
final
class
PhabricatorSpaceEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
// NOTE: This field doesn't do anything on its own, it just serves as a
// companion to the associated View Policy field.
return
null
;
}
protected
function
newHTTPParameterType
()
{
return
new
AphrontPHIDHTTPParameterType
();
}
}
Event Timeline
Log In to Comment