Page MenuHomec4science

PasteEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Jul 15, 06:02

PasteEditConduitAPIMethod.php

<?php
final class PasteEditConduitAPIMethod
extends PhabricatorApplicationEditEngineAPIMethod {
public function getAPIMethodName() {
return 'paste.edit';
}
public function newEditEngine() {
return new PhabricatorPasteEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to create a new paste or edit an existing one.');
}
}

Event Timeline