1: <?php 2: 3: namespace PHPixie\ORM\Relationships\Relationship; 4: 5: interface Preloader 6: { 7: public function loadProperty($property); 8: } 9: