1: <?php 2: 3: namespace PHPixie\ORM\Relationships\Relationship\Property\Entity; 4: 5: interface Query{ 6: public function query(); 7: } 8: