This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "03d1fe605e7ed494", | |
"type": "subflow", | |
"name": "UD Switch", | |
"info": "Up/Down Switcher", | |
"category": "", | |
"in": [ | |
{ | |
"x": 244, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "379ce8c6.8e5b08", | |
"type": "subflow", | |
"name": "Store", | |
"info": "", | |
"category": "", | |
"in": [ | |
{ | |
"x": 116, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace <NS_HERE>; | |
use yii\base\Event; | |
/** | |
* Class PropertyChangeEvent | |
*/ | |
class PropertyChangeEvent extends Event | |
{ |