If I `alt+click` on `sfUser` in the below code, I'm taken to the code of the `sfSecurityUser` interface rather than the `sfUser` class. ``` php class sfBasicSecurityUser extends sfUser implements sfSecurityUser { // … } ```
If I
alt+clickonsfUserin the below code, I'm taken to the code of thesfSecurityUserinterface rather than thesfUserclass.