1: <?php 2: 3: namespace PHPixie\ORM\Relationships\Relationship; 4: 5: interface Handler 6: { 7: 8: }