Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110499627
PhabricatorSMSWorker.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Apr 26, 14:45
Size
221 B
Mime Type
text/x-php
Expires
Mon, Apr 28, 14:45 (2 d)
Engine
blob
Format
Raw Data
Handle
25824217
Attached To
rPH Phabricator
PhabricatorSMSWorker.php
View Options
<?php
abstract
class
PhabricatorSMSWorker
extends
PhabricatorWorker
{
public
function
renderForDisplay
(
PhabricatorUser
$viewer
)
{
// This data has some sensitive stuff, so don't show it.
return
null
;
}
}
Event Timeline
Log In to Comment