Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97478880
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
Sat, Jan 4, 12:43
Size
352 B
Mime Type
text/x-php
Expires
Mon, Jan 6, 12:43 (2 d)
Engine
blob
Format
Raw Data
Handle
23414532
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