Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F450505
PhabricatorBotTarget.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
344 B
Referenced Files
None
Subscribers
None
PhabricatorBotTarget.php
View Options
<?php
/**
* Represents something which can be the target of messages, like a user or
* channel.
*/
abstract
class
PhabricatorBotTarget
{
private
$name
;
public
function
setName
(
$name
)
{
$this
->
name
=
$name
;
return
$this
;
}
public
function
getName
()
{
return
$this
->
name
;
}
abstract
public
function
isPublic
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 8:44 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
67792
Default Alt Text
PhabricatorBotTarget.php (344 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment