1: <?php 2: 3: namespace PHPixie\Auth\Repositories; 4: 5: interface Registry 6: { 7: public function repository($name); 8: }