コード例 #1
0
 /**
  * Constructs a new authenticator
  * @return null
  */
 public function __construct()
 {
     parent::__construct(new SessionAuthenticator());
 }
コード例 #2
0
 /**
  * Constructs a new authenticator
  * @return null
  */
 public function __construct()
 {
     parent::__construct(new CookieAuthenticator());
 }