Overview

Namespaces

  • None
  • PHP
  • Pry
    • Auth
      • Interfaces
    • Config
    • Controller
    • Date
    • Db
    • Feed
      • Abstracts
      • Writers
    • File
      • Decorator
    • Form
      • Element
    • Image
    • Log
      • Writer
    • Net
      • Exception
    • Session
    • Util
    • Validate
      • Validator
    • View

Interfaces

  • OnAutoLoginEvent
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: /**
 3:  * Pry Framework
 4:  *
 5:  * LICENSE
 6:  *
 7:  * This source file is subject to the new BSD license that is bundled
 8:  * with this package in the file LICENSE.txt.
 9:  * 
10:  */
11: namespace Pry\Auth\Interfaces;
12: /**
13:  * Interface à implémenter pour ajouter un événement à la fin de l'autologin.
14:  *
15:  * @category Pry
16:  * @package Auth/Interfaces
17:  * @version 1.0.0 
18:  * @author Olivier ROGER <oroger.fr>
19:  */
20: interface OnAutoLoginEvent 
21: {
22:     public function onAutoLogin($login);
23: }
24: 
25: ?>
26: 
Pry API documentation generated by ApiGen 2.8.0