コード例 #1
0
ファイル: RememberMeTest.php プロジェクト: sugiphp/auth
 public function checkPersistentLogin()
 {
     return parent::checkPersistentLogin();
 }
コード例 #2
0
ファイル: Auth.php プロジェクト: sugiphp/example
 /**
  * Making method public!!
  */
 public function setUserData($key, $value = null)
 {
     parent::setUserData($key, $value);
 }
コード例 #3
0
ファイル: RegistrationTest.php プロジェクト: sugiphp/auth
 public function __construct($params = array())
 {
     $_SESSION = array();
     parent::__construct($params);
 }