Page MenuHomeGitPull.it
Diviner Tech Docs PhabricatorTransactionFactEngine

abstract class PhabricatorTransactionFactEngine
Phorge Technical Documentation (Fact)

This class is not documented.

Methods

final public static function loadAllEngines()
Inherited

This method is not documented.
Return
wild

abstract public function newFacts()
Inherited

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

abstract public function supportsDatapointsForObject($object)
Inherited

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

abstract public function newDatapointsForObject($object)
Inherited

PhabricatorFactEngine

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

Parameters
\PhabricatorLiskDAO$object
Return
wild

final protected function getFact($key)
Inherited

This method is not documented.
Parameters
$key
Return
wild

public function setViewer($viewer)
Inherited

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

public function getViewer()
Inherited

This method is not documented.
Return
wild

public function newTransactionGroupsForObject($object)

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

protected function groupTransactions($xactions)

This method is not documented.
Parameters
array$xactions
Return
wild