Page MenuHomePhorge

PhabricatorCalendarEventEditConduitAPIMethod.php
No OneTemporary

Size
418 B
Referenced Files
None
Subscribers
None

PhabricatorCalendarEventEditConduitAPIMethod.php

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Jul 3, 2:57 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
268394
Default Alt Text
PhabricatorCalendarEventEditConduitAPIMethod.php (418 B)

Event Timeline