_id = $user->id; $this->_fullname = $user->name; $this->username = $user->logon; } public function getId() { return $this->_id; } public function getFullname() { return $this->_fullname; } }