Page MenuHomec4science

PhrictionDocumentVersionTransaction.php
No OneTemporary

File Metadata

Created
Sat, Feb 1, 17:46

PhrictionDocumentVersionTransaction.php

<?php
abstract class PhrictionDocumentVersionTransaction
extends PhrictionDocumentTransactionType {
protected function getNewDocumentContent($object) {
return $this->getEditor()->getNewDocumentContent($object);
}
}

Event Timeline