Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 113... Línea 113...
113
    }
113
    }
Línea 114... Línea 114...
114
 
114
 
115
    /**
115
    /**
116
     * @return PromiseInterface
116
     * @return PromiseInterface
117
     */
117
     */
118
    public function promise()
118
    public function promise(): PromiseInterface
119
    {
119
    {
120
        if (!$this->cachedPromise) {
120
        if (!$this->cachedPromise) {
121
            $this->cachedPromise = $this->createPromise();
121
            $this->cachedPromise = $this->createPromise();