[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/infrastructure/daemon/garbagecollector/ -> PhabricatorGarbageCollector.php (source)

   1  <?php
   2  
   3  abstract class PhabricatorGarbageCollector extends Phobject {
   4  
   5    /**
   6     * Collect garbage from whatever source this GC handles.
   7     *
   8     * @return bool True if there is more garbage to collect.
   9     */
  10    abstract public function collectGarbage();
  11  
  12  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1