Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 324... Línea 324...
324
            $this->fieldlocator = $fieldid;
324
            $this->fieldlocator = $fieldid;
325
        }
325
        }
Línea 326... Línea 326...
326
 
326
 
327
        return $this->fieldlocator;
327
        return $this->fieldlocator;
-
 
328
    }
-
 
329
 
-
 
330
    /**
-
 
331
     * Returns the field node.
-
 
332
     *
-
 
333
     * @return NodeElement
-
 
334
     */
-
 
335
    public function get_node(): NodeElement {
-
 
336
        return $this->field;
328
    }
337
    }