|
KumbiaPHP beta2-dev
Framework PHP en español
|
00001 <?php 00022 interface AuthInterface 00023 { 00028 public function __construct ($auth, $extra_args); 00033 public function get_identity (); 00039 public function authenticate (); 00040 }
1.7.4