Page MenuHomec4science

ProjectEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Sun, Nov 10, 21:37

ProjectEditConduitAPIMethod.php

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

Event Timeline