Page MenuHomec4science

AlmanacInterfaceEditor.php
No OneTemporary

File Metadata

Created
Tue, Nov 12, 12:38

AlmanacInterfaceEditor.php

<?php
final class AlmanacInterfaceEditor
extends AlmanacEditor {
public function getEditorObjectsDescription() {
return pht('Almanac Interface');
}
public function getCreateObjectTitle($author, $object) {
return pht('%s created this interface.', $author);
}
public function getCreateObjectTitleForFeed($author, $object) {
return pht('%s created %s.', $author, $object);
}
}

Event Timeline