1: <?php 2: 3: namespace PHPixie\Auth\Context\Container; 4: 5: interface Settable 6: { 7: public function setAuthContext($authContext); 8: }