Page MenuHomec4science

PhabricatorGarbageCollector.php
No OneTemporary

File Metadata

Created
Thu, Apr 24, 12:23

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