Page MenuHomec4science

PhabricatorGarbageCollector.php
No OneTemporary

File Metadata

Created
Fri, Feb 28, 16:18

PhabricatorGarbageCollector.php

<?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