Update user_dto.php
This commit is contained in:
parent
7d2c3593da
commit
66271ea4ef
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once('users_dto_interface.php');
|
include_once('users_dto_interface.php');
|
||||||
|
|
||||||
class UserDTO implements UsersDTO {
|
class UserDTO implements UsersInterface {
|
||||||
|
|
||||||
//Attributes:
|
//Attributes:
|
||||||
private $_id; //User Id.
|
private $_id; //User Id.
|
||||||
@ -34,4 +34,4 @@
|
|||||||
public function getRol(){ return $this->_rol; }
|
public function getRol(){ return $this->_rol; }
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user