Skip to content

Instantly share code, notes, and snippets.

@matej21
Created July 31, 2014 13:52
Show Gist options
  • Save matej21/cb694f1e8577379ae065 to your computer and use it in GitHub Desktop.
Save matej21/cb694f1e8577379ae065 to your computer and use it in GitHub Desktop.
Accessors
services:
- IUserAccessor
<?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