Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
namespace Packback\Lti1p3\Interfaces;
4
 
5
/** @internal */
6
interface ILtiDeployment
7
{
8
    public function getDeploymentId();
9
 
10
    public function setDeploymentId($deployment_id): ILtiDeployment;
11
}