summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/orm/src/Behavior.php
blob: 45b5e876a34c1b073de45c4f9822e5335802b4cf (plain)
1
2
3
4
5
6
7
8
9
10
11
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
{
}