Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 46... Línea 46...
46
     *
46
     *
47
     * @param \MoodleQuickForm $mform
47
     * @param \MoodleQuickForm $mform
48
     * @param stdClass|null $bigbluebuttonbndata
48
     * @param stdClass|null $bigbluebuttonbndata
49
     * @param string|null $suffix
49
     * @param string|null $suffix
50
     */
50
     */
51
    public function __construct(\MoodleQuickForm &$mform, ?stdClass $bigbluebuttonbndata = null, string $suffix = null) {
51
    public function __construct(\MoodleQuickForm &$mform, ?stdClass $bigbluebuttonbndata = null, ?string $suffix = null) {
52
        $this->mform = $mform;
52
        $this->mform = $mform;
53
        $this->bigbluebuttonbndata = $bigbluebuttonbndata;
53
        $this->bigbluebuttonbndata = $bigbluebuttonbndata;
54
        $this->suffix = $suffix;
54
        $this->suffix = $suffix;
55
    }
55
    }