Skip to content

Instantly share code, notes, and snippets.

@fabriziomachado
Created November 1, 2011 17:56
Show Gist options
  • Save fabriziomachado/1331350 to your computer and use it in GitHub Desktop.
Save fabriziomachado/1331350 to your computer and use it in GitHub Desktop.
<?php if (!defined('BASEPATH')) { exit('No direct script access allowed'); }
interface Authentication {
public function authenticate(Account $account);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment