repo.or.cz
/
phabricator
/
blender.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Guarantee terms in PhabricatorAuthPasswordEngine are strings
[phabricator/blender.git]
/
src
/
infrastructure
/
contentsource
/
PhabricatorFaxContentSource.php
blob
36da91365b46503deee3b6ce64ce81daa43eff0d
1
<
?php
2
3
final class
PhabricatorFaxContentSource
4
extends
PhabricatorContentSource
{
5
6
const
SOURCECONST
=
'fax'
;
7
8
public function
getSourceName
() {
9
return
pht
(
'Fax'
);
10
}
11
12
public function
getSourceDescription
() {
13
return
pht
(
'Content received via fax (telefacsimile).'
);
14
}
15
16
}