Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104521163
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
Mon, Mar 10, 03:22
Size
336 B
Mime Type
text/x-php
Expires
Wed, Mar 12, 03:22 (2 d)
Engine
blob
Format
Raw Data
Handle
24802800
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
;
}
public
function
getHTTPParameterType
()
{
return
'phid'
;
}
}
Event Timeline
Log In to Comment