Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F956547
PhabricatorCalendarManagementNotifyWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
577 B
Referenced Files
None
Subscribers
None
PhabricatorCalendarManagementNotifyWorkflow.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment