Page MenuHomec4science

CountdownEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Jan 8, 08:09

CountdownEditConduitAPIMethod.php

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

Event Timeline