Table of Contents
Properties
-
$db
: mixed
Methods
-
__construct()
: mixed
-
addProfesor()
: mixed
-
buscarPorEmail()
: mixed
-
deleteProfesor()
: mixed
-
getProfesorById()
: mixed
-
importarProfesor()
: mixed
-
obtenerProfesores()
: mixed
-
obtenerTitulares()
: mixed
-
updateProfesor()
: mixed
__construct()
public
__construct(mixed $db) : mixed
Parameters
-
$db
: mixed
-
addProfesor()
public
addProfesor(mixed $cod_profesor, mixed $nombre, mixed $apellidos, mixed $nombreusuario, mixed $pass, mixed $imagen, mixed $tipo, mixed $idProfesorSustituto) : mixed
Parameters
-
$cod_profesor
: mixed
-
-
$nombre
: mixed
-
-
$apellidos
: mixed
-
-
$nombreusuario
: mixed
-
-
$pass
: mixed
-
-
$imagen
: mixed
-
-
$tipo
: mixed
-
-
$idProfesorSustituto
: mixed
-
buscarPorEmail()
public
buscarPorEmail(mixed $email) : mixed
Parameters
-
$email
: mixed
-
deleteProfesor()
public
deleteProfesor(mixed $id) : mixed
Parameters
-
$id
: mixed
-
getProfesorById()
public
getProfesorById(mixed $id) : mixed
Parameters
-
$id
: mixed
-
importarProfesor()
public
importarProfesor(mixed $filePath) : mixed
Parameters
-
$filePath
: mixed
-
obtenerProfesores()
public
obtenerProfesores() : mixed
obtenerTitulares()
public
obtenerTitulares() : mixed
updateProfesor()
public
updateProfesor(mixed $id, mixed $cod_profesor, mixed $nombre, mixed $apellidos, mixed $nombreusuario, mixed $pass, mixed $imagen, mixed $tipo, mixed $idProfesorSustituto) : mixed
Parameters
-
$id
: mixed
-
-
$cod_profesor
: mixed
-
-
$nombre
: mixed
-
-
$apellidos
: mixed
-
-
$nombreusuario
: mixed
-
-
$pass
: mixed
-
-
$imagen
: mixed
-
-
$tipo
: mixed
-
-
$idProfesorSustituto
: mixed
-