Page MenuHomePhorge

PhabricatorPhurlURLEditConduitAPIMethod.php
No OneTemporary

Size
403 B
Referenced Files
None
Subscribers
None

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
Mon, May 12, 10:41 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
109473
Default Alt Text
PhabricatorPhurlURLEditConduitAPIMethod.php (403 B)

Event Timeline