PHP Classes

File: img/classes.txt

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Back FaceX   img/classes.txt   Download  
File: img/classes.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Back FaceX
Recognize students using their face pictures
Author: By
Last change: Update of img/classes.txt
Date: 5 months ago
Size: 1,133 bytes
 

Contents

Class file image Download
@startuml package "Back-End PHP Classes" { class UserController { + insert() + register() + login() + search() + delete() } class PresencaController { + registerPresence() + searchPresence() + updatePresence() + deletePresence() } class Conexao { + getConexao() } class Users { - id : int - nome : string - registro : string - rostos : array - email : string - senha : string + setNome() + setRegistro() + setEmail() + setSenha() + getNome() + getRegistro() + getEmail() + getSenha() } class Presenca { - id : int - idUsuario : int - dataHora : string - tipo : string + setIdUsuario() + setDataHora() + setTipo() + getIdUsuario() + getDataHora() + getTipo() } } UserController ..> Users : uses PresencaController ..> Presenca : uses UserController ..> Conexao : uses PresencaController ..> Conexao : uses @enduml