jeyroik/df-anchors

There is no license information available for the latest version (0.1.7) of this package.

DF applications

0.1.7 2023-09-18 08:21 UTC

This package is auto-updated.

Last update: 2024-04-18 09:47:37 UTC


README

tests codecov.io 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61626536373635363066636432636664616661342f6d61696e7461696e6162696c697479 Latest Stable Version Total Downloads Dependents

df-anchors

Anchors mechanizm for DF

usage

Getting anchors by trigger:

//create $trigger
$anchors = $trigger->getAnchors();

Getting instance by anchor:

// $anchor->buildType() == EAnchor::Event

$instance = $anchor->getInstance();

Rebuilding anchors for trigger:

$trigger->rebuildTriggerAnchor(0);
$trigger->rebuildPersonalAnchor(0);