Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109966647
PhabricatorStringSetting.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
Thu, Apr 24, 04:18
Size
352 B
Mime Type
text/x-php
Expires
Sat, Apr 26, 04:18 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25729572
Attached To
rPH Phabricator
PhabricatorStringSetting.php
View Options
<?php
abstract
class
PhabricatorStringSetting
extends
PhabricatorSetting
{
final
protected
function
newCustomEditField
(
$object
)
{
return
$this
->
newEditField
(
$object
,
new
PhabricatorTextEditField
());
}
public
function
getTransactionNewValue
(
$value
)
{
if
(!
strlen
(
$value
))
{
return
null
;
}
return
(
string
)
$value
;
}
}
Event Timeline
Log In to Comment