Метод |
Описание |
|
downLink ( Model $model, array $visited, StoreOptions $opts ) : [Model] |
Goes down the reference chain setting references (refs). |
|
downRef ( stdClass $statement, StoreOptions $opts ) : Model |
Gets the statement referred to by the given statement. |
|
eagerLoadUpRefs ( array $statement_ids, StoreOptions $opts ) : [\stdClass] |
Gets the statements referencing the given statement ids. |
|
fetchUpRefs ( stdClass $statement, StoreOptions $opts ) : [\stdClass] |
Gets the statements referencing the given statement from the database |
|
setRefs ( stdClass $statement, array $refs, StoreOptions $opts ) |
Updates the refs for the given statement. |
|
unQueue ( Model $model ) |
Unqueues the statement so that it doesn't get relinked. |
|
upLink ( Model $model, array $visited, StoreOptions $opts, $useInitialUpRefs = false ) : [Model] |
Goes up the reference chain until it reaches the top then goes down setting references. |
|
upRefs ( stdClass $statement, StoreOptions $opts, boolean $useInitialUpRefs ) : [\stdClass] |
Gets the statements referencing the given statement. |
|