Page MenuHomec4science

AlmanacServicePropertyEditEngine.php
No OneTemporary

File Metadata

Created
Sun, Jul 28, 03:03

AlmanacServicePropertyEditEngine.php

<?php
final class AlmanacServicePropertyEditEngine
extends AlmanacPropertyEditEngine {
const ENGINECONST = 'almanac.service.property';
protected function newObjectQuery() {
return new AlmanacServiceQuery();
}
protected function getObjectViewURI($object) {
return $object->getURI();
}
protected function getObjectName() {
return pht('Property');
}
}

Event Timeline