Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106277253
CelerityAPI.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
Mon, Mar 24, 08:49
Size
411 B
Mime Type
text/x-php
Expires
Wed, Mar 26, 08:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24941609
Attached To
rPH Phabricator
CelerityAPI.php
View Options
<?php
/**
* Indirection layer which provisions for a terrifying future where we need to
* build multiple resource responses per page.
*
* @group celerity
*/
final
class
CelerityAPI
{
private
static
$response
;
public
static
function
getStaticResourceResponse
()
{
if
(
empty
(
self
::
$response
))
{
self
::
$response
=
new
CelerityStaticResourceResponse
();
}
return
self
::
$response
;
}
}
Event Timeline
Log In to Comment