Page MenuHomePhorge

PhabricatorCalendarManagementNotifyWorkflow.php
No OneTemporary

Size
577 B
Referenced Files
None
Subscribers
None

PhabricatorCalendarManagementNotifyWorkflow.php

<?php
final class PhabricatorCalendarManagementNotifyWorkflow
extends PhabricatorCalendarManagementWorkflow {
protected function didConstruct() {
$this
->setName('notify')
->setExamples('**notify** [options]')
->setSynopsis(
pht(
'Test and debug notifications about upcoming events.'))
->setArguments(array());
}
public function execute(PhutilArgumentParser $args) {
$viewer = $this->getViewer();
$engine = new PhabricatorCalendarNotificationEngine();
$engine->publishNotifications();
return 0;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jun 17, 5:49 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227350
Default Alt Text
PhabricatorCalendarManagementNotifyWorkflow.php (577 B)

Event Timeline