yohang / Finite

A Simple PHP Finite State Machine

Home Page:http://yohan.giarel.li/Finite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce an interface for objects with multiple graphs

yohang opened this issue · comments

Like the current StatefulInterface for simple graphs.

This interface could contains a method, which could look like this when implemented :

public function configureStatefulProperties(Configurator $configurator)
{
    $configurator->addStatefulProperty('graph', 'property');
}