Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112503030
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
Sun, May 11, 01:01
Size
367 B
Mime Type
text/x-php
Expires
Tue, May 13, 01:01 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26097463
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