|
    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 IDatabase
 | 
        
           |  |  | 6 | {
 | 
        
           |  |  | 7 |     public function findRegistrationByIssuer(string $iss, ?string $clientId = null): ?ILtiRegistration;
 | 
        
           |  |  | 8 |   | 
        
           |  |  | 9 |     public function findDeployment(string $iss, string $deploymentId, ?string $clientId = null): ?ILtiDeployment;
 | 
        
           |  |  | 10 | }
 |