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
/
applications
/
phriction
/
xaction
/
PhrictionDocumentVersionTransaction.php
blob
005e617e3b3f79851ab40f04d1c44e1e4edc9809
1
<
?php
2
3
abstract class
PhrictionDocumentVersionTransaction
4
extends
PhrictionDocumentTransactionType
{
5
6
protected function
getNewDocumentContent
(
$object
) {
7
return
$this
->
getEditor
()->
getNewDocumentContent
(
$object
);
8
}
9
10
}