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-10-18 10:55:31 UTC


README

tests codecov.io 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);