Page MenuHomec4science

PhabricatorPackagesEditor.php
No OneTemporary

File Metadata

Created
Thu, Mar 20, 19:47

PhabricatorPackagesEditor.php

<?php
abstract class PhabricatorPackagesEditor
extends PhabricatorApplicationTransactionEditor {
public function getEditorApplicationClass() {
return 'PhabricatorPasteApplication';
}
protected function supportsSearch() {
return true;
}
protected function shouldPublishFeedStory(
PhabricatorLiskDAO $object,
array $xactions) {
return true;
}
}

Event Timeline