erLhcoreClassModelUser::getState PHP Method

getState() public method

public getState ( )
    public function getState()
    {
        return array('id' => $this->id, 'username' => $this->username, 'password' => $this->password, 'email' => $this->email, 'name' => $this->name, 'surname' => $this->surname, 'disabled' => $this->disabled, 'hide_online' => $this->hide_online, 'all_departments' => $this->all_departments, 'filepath' => $this->filepath, 'filename' => $this->filename, 'skype' => $this->skype, 'job_title' => $this->job_title, 'time_zone' => $this->time_zone, 'invisible_mode' => $this->invisible_mode, 'xmpp_username' => $this->xmpp_username, 'rec_per_req' => $this->rec_per_req, 'session_id' => $this->session_id, 'active_chats_counter' => $this->active_chats_counter, 'closed_chats_counter' => $this->closed_chats_counter, 'pending_chats_counter' => $this->pending_chats_counter, 'departments_ids' => $this->departments_ids, 'chat_nickname' => $this->chat_nickname, 'attr_int_1' => $this->attr_int_1, 'attr_int_2' => $this->attr_int_2, 'attr_int_3' => $this->attr_int_3, 'operation_admin' => $this->operation_admin);
    }