Page MenuHomec4science

ConpherenceEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Fri, Sep 6, 21:17

ConpherenceEditConduitAPIMethod.php

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

Event Timeline