1<?php 2 3abstract class AlmanacEditor 4 extends PhabricatorApplicationTransactionEditor { 5 6 public function getEditorApplicationClass() { 7 return 'PhabricatorAlmanacApplication'; 8 } 9 10} 11 12