Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122183712
PhabricatorTextEditField.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, Jul 16, 10:37
Size
261 B
Mime Type
text/x-php
Expires
Fri, Jul 18, 10:37 (2 d)
Engine
blob
Format
Raw Data
Handle
27446172
Attached To
rPH Phabricator
PhabricatorTextEditField.php
View Options
<?php
final
class
PhabricatorTextEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
new
AphrontFormTextControl
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitStringParameterType
();
}
}
Event Timeline
Log In to Comment