Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295192
CelerityPhabricatorResources.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
657 B
Referenced Files
None
Subscribers
None
CelerityPhabricatorResources.php
View Options
<?php
/**
* Defines Phabricator's static resources.
*/
final
class
CelerityPhabricatorResources
extends
CelerityResourcesOnDisk
{
public
function
getName
(
)
{
return
'phabricator'
;
}
public
function
getPathToResources
(
)
{
return
$this
->
getPhabricatorPath
(
'webroot/'
)
;
}
public
function
getPathToMap
(
)
{
return
$this
->
getPhabricatorPath
(
'resources/celerity/map.php'
)
;
}
private
function
getPhabricatorPath
(
$to_file
)
{
return
dirname
(
phutil_get_library_root
(
'phabricator'
)
)
.
'/'
.
$to_file
;
}
public
function
getResourcePackages
(
)
{
return
include
$this
->
getPhabricatorPath
(
'resources/celerity/packages.php'
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:18 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1234751
Default Alt Text
CelerityPhabricatorResources.php (657 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment