Page MenuHomePhorge

PhrictionDocumentDraftTransaction.php
No OneTemporary

Size
317 B
Referenced Files
None
Subscribers
None

PhrictionDocumentDraftTransaction.php

<?php
final class PhrictionDocumentDraftTransaction
extends PhrictionDocumentEditTransaction {
const TRANSACTIONTYPE = 'draft';
public function applyInternalEffects($object, $value) {
parent::applyInternalEffects($object, $value);
$this->getEditor()->setShouldPublishContent($object, false);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jul 2, 11:51 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
292652
Default Alt Text
PhrictionDocumentDraftTransaction.php (317 B)

Event Timeline