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
Mon, May 12, 4:01 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
121978
Default Alt Text
PhabricatorCalendarEventEditConduitAPIMethod.php (418 B)

Event Timeline