Page MenuHomestyx hydra

ManiphestEditConduitAPIMethod.php
No OneTemporary

ManiphestEditConduitAPIMethod.php

<?php
final class ManiphestEditConduitAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'maniphest.edit';
}
public function newEditEngine() {
return new ManiphestEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to create a new task or edit an existing one.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Feb 24, 7:25 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
844259
Default Alt Text
ManiphestEditConduitAPIMethod.php (382 B)

Event Timeline