Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 414... Línea 414...
414
     * end users and admins should never see these problems!
414
     * end users and admins should never see these problems!
415
     *
415
     *
416
     * @param xmldb_table $xmldb_table optional when object is table
416
     * @param xmldb_table $xmldb_table optional when object is table
417
     * @return string null if ok, error message if problem found
417
     * @return string null if ok, error message if problem found
418
     */
418
     */
419
    public function validateDefinition(xmldb_table $xmldb_table=null) {
419
    public function validateDefinition(?xmldb_table $xmldb_table=null) {
420
        return null;
420
        return null;
421
    }
421
    }
422
}
422
}