Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F555695
HarbormasterHookHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
525 B
Referenced Files
None
Subscribers
None
HarbormasterHookHandler.php
View Options
<?php
abstract
class
HarbormasterHookHandler
extends
Phobject
{
public
static
function
getHandlers
()
{
return
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
__CLASS__
)
->
setUniqueMethod
(
'getName'
)
->
execute
();
}
public
static
function
getHandler
(
$handler
)
{
$base
=
idx
(
self
::
getHandlers
(),
$handler
);
if
(
$base
)
{
return
(
clone
$base
);
}
return
null
;
}
abstract
public
function
getName
();
abstract
public
function
handleRequest
(
AphrontRequest
$request
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 6:45 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
125344
Default Alt Text
HarbormasterHookHandler.php (525 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment