Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10813403
ProjectsMapFactory.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
664 B
Referenced Files
None
Subscribers
None
ProjectsMapFactory.php
View Options
<?php
namespace
Nasqueron\Notifications\Phabricator
;
class
ProjectsMapFactory
{
/**
* Loads projects map from cache or fetches it from API if not cached
*
* @param string $instance The Phabricator instance
* @return Nasqueron\Notifications\Phabricator\ProjectsMap
*/
public
function
load
(
$instance
)
{
return
ProjectsMap
::
load
(
$instance
);
}
/**
* Fetches projects map from API
*
* @param string $instance The Phabricator instance
* @return Nasqueron\Notifications\Phabricator\ProjectsMap
*/
public
function
fetch
(
$instance
)
{
return
ProjectsMap
::
fetch
(
$instance
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jul 29, 13:52 (20 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2760988
Default Alt Text
ProjectsMapFactory.php (664 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment