Page MenuHomeMTRNord's Forge
Diviner Tech Docs PhabricatorFactEngine

abstract class PhabricatorFactEngine
Phorge Technical Documentation (Fact)

This class is not documented.

Methods

final public static function loadAllEngines()

This method is not documented.
Return
wild

abstract public function newFacts()

This method is not documented.
Return
arrayAll types of facts known by this FactEngine

abstract public function supportsDatapointsForObject($object)

This method is not documented.
Parameters
\PhabricatorLiskDAO$object
Return
bool

abstract public function newDatapointsForObject($object)

Add new datapoints (due to a transaction) about an object

Parameters
\PhabricatorLiskDAO$object
Return
wild

final protected function getFact($key)

This method is not documented.
Parameters
$key
Return
wild

public function setViewer($viewer)

This method is not documented.
Parameters
\PhabricatorUser$viewer
Return
wild

public function getViewer()

This method is not documented.
Return
wild