summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/orm/src/Behavior.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ipl/orm/src/Behavior.php')
-rw-r--r--vendor/ipl/orm/src/Behavior.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/ipl/orm/src/Behavior.php b/vendor/ipl/orm/src/Behavior.php
new file mode 100644
index 0000000..45b5e87
--- /dev/null
+++ b/vendor/ipl/orm/src/Behavior.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace ipl\Orm;
+
+/**
+ * Interface Behavior
+ *
+ * @internal Used for type hinting only. Concrete behaviors are supposed to implement contracts from ipl\Orm\Contract
+ */
+interface Behavior
+{
+}