Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110053043
PhabricatorGarbageCollector.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
Thu, Apr 24, 12:23
Size
254 B
Mime Type
text/x-php
Expires
Sat, Apr 26, 12:23 (1 d, 10 h)
Engine
blob
Format
Raw Data
Handle
25733509
Attached To
rPH Phabricator
PhabricatorGarbageCollector.php
View Options
<?php
abstract
class
PhabricatorGarbageCollector
extends
Phobject
{
/**
* Collect garbage from whatever source this GC handles.
*
* @return bool True if there is more garbage to collect.
*/
abstract
public
function
collectGarbage
();
}
Event Timeline
Log In to Comment