forked from Metabor/Statemachine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliesmich.txt
28 lines (21 loc) · 907 Bytes
/
liesmich.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Das Beispiel aus dem Vortag befindet sich im Namespace Example.
Als Startpunkt empfehle ich die dort befindliche index.php
Für die Graphische Darstellung (graph.php)
benötigt ihr das Pear Package:
http://pear.php.net/package/Image_GraphViz
Im Namespace MetaborInterface sind die
abstrakten Typen definiert.
Diese sind im Namespace Metabor beispielhaft
implementiert.
Die Namespaces MetaborTrait und Metabor54 ist
eine Implementierung in PHP 5.4, diese ist aber
aktuell nicht voll funktionsfähig.
Sollte Interesse bestehen, werde ich hier einen
Baukasten für Statemachines entwickeln und sharen.
Wer den Quellcode hier bereits als Grund für
seine Statemachineimplementierung nutzen möchte
noch ein Hinweis:
Inspiriert vom Vortag von Kore Nordmann
(http://contribs.eu.phpunconf.org/d/14/) wird
sich der MetaborInterface Bereich bald noch
einmal ändern.