repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove product literal strings in "pht()", part 18
[phabricator.git]
/
src
/
infrastructure
/
export
/
engine
/
PhabricatorExportFormatSetting.php
blob
625a90719b6deeb04200405a36d50db928a75c19
1
<
?php
2
3
final class
PhabricatorExportFormatSetting
4
extends
PhabricatorInternalSetting
{
5
6
const
SETTINGKEY
=
'export.format'
;
7
8
public function
getSettingName
() {
9
return
pht
(
'Export Format'
);
10
}
11
12
public function
getSettingDefaultValue
() {
13
return null
;
14
}
15
16
}