Remove product literal strings in "pht()", part 18
[phabricator.git] / src / applications / phriction / xaction / PhrictionDocumentVersionTransaction.php
blob005e617e3b3f79851ab40f04d1c44e1e4edc9809
1 <?php
3 abstract class PhrictionDocumentVersionTransaction
4 extends PhrictionDocumentTransactionType {
6 protected function getNewDocumentContent($object) {
7 return $this->getEditor()->getNewDocumentContent($object);