|
    Ultima modificación |
    Ver Log
    | 
  
  
  
     
        
        | Rev | Autor | Línea Nro. | Línea | 
     
     
        
           | 1 | efrain | 1 | <?php
 | 
        
           |  |  | 2 |   | 
        
           |  |  | 3 | namespace Packback\Lti1p3\Interfaces;
 | 
        
           |  |  | 4 |   | 
        
           |  |  | 5 | interface ICookie
 | 
        
           |  |  | 6 | {
 | 
        
           |  |  | 7 |     public function getCookie(string $name): ?string;
 | 
        
           |  |  | 8 |   | 
        
           |  |  | 9 |     public function setCookie(string $name, string $value, int $exp = 3600, array $options = []): void;
 | 
        
           |  |  | 10 | }
 |