Page MenuHomestyx hydra

LegalpadDocumentSignatureTypeTransaction.php
No OneTemporary

LegalpadDocumentSignatureTypeTransaction.php

<?php
final class LegalpadDocumentSignatureTypeTransaction
extends LegalpadDocumentTransactionType {
const TRANSACTIONTYPE = 'legalpad:signature-type';
public function generateOldValue($object) {
return $object->getSignatureType();
}
public function applyInternalEffects($object, $value) {
$object->setSignatureType($value);
}
public function getTitle() {
return pht(
'%s updated the document signature type.',
$this->renderAuthor());
}
public function getTitleForFeed() {
return pht(
'%s updated the document signature type for %s.',
$this->renderAuthor(),
$this->renderObject());
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 5, 5:23 PM (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
316054
Default Alt Text
LegalpadDocumentSignatureTypeTransaction.php (659 B)

Event Timeline