Skip to content

Instantly share code, notes, and snippets.

@mlimaloureiro
Created October 29, 2014 09:49
Show Gist options
  • Save mlimaloureiro/3cb5537fc7f081919503 to your computer and use it in GitHub Desktop.
Save mlimaloureiro/3cb5537fc7f081919503 to your computer and use it in GitHub Desktop.
<?php
class NativeSessionUserAudit implements UserAuditInterface
{
public function get($param)
{
return $_SESSION[$param];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment