Created
July 31, 2014 13:52
-
-
Save matej21/cb694f1e8577379ae065 to your computer and use it in GitHub Desktop.
Accessors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
- IUserAccessor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
interface IUserAccessor | |
{ | |
/** | |
* @return \Nette\Security\User | |
*/ | |
public function get(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment