Page MenuHomePhorge

PhabricatorPhurlURLEditConduitAPIMethod.php
No OneTemporary

PhabricatorPhurlURLEditConduitAPIMethod.php

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

File Metadata

Mime Type
text/x-php
Expires
Sun, Jan 19, 15:42 (3 w, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126103
Default Alt Text
PhabricatorPhurlURLEditConduitAPIMethod.php (403 B)

Event Timeline