Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98254664
PhabricatorBotChannel.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, Jan 11, 12:15
Size
212 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 12:15 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23545135
Attached To
rPH Phabricator
PhabricatorBotChannel.php
View Options
<?php
/**
* Represents a group/public space, like an IRC channel or a Campfire room.
*/
final
class
PhabricatorBotChannel
extends
PhabricatorBotTarget
{
public
function
isPublic
()
{
return
true
;
}
}
Event Timeline
Log In to Comment