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
Mon, Nov 24, 1:06 PM (18 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347292
Default Alt Text
LegalpadDocumentSignatureTypeTransaction.php (659 B)

Event Timeline