ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
arUser Class Reference

Class arUser. More...

+ Inheritance diagram for arUser:
+ Collaboration diagram for arUser:

Public Member Functions

 setActive ($active)
 
 getActive ()
 
 setAgreeDate ($agree_date)
 
 getAgreeDate ()
 
 setApproveDate ($approve_date)
 
 getApproveDate ()
 
 setAuthMode ($auth_mode)
 
 getAuthMode ()
 
 setBirthday ($birthday)
 
 getBirthday ()
 
 setCity ($city)
 
 getCity ()
 
 setClientIp ($client_ip)
 
 getClientIp ()
 
 setCountry ($country)
 
 getCountry ()
 
 setCreateDate ($create_date)
 
 getCreateDate ()
 
 setDelicious ($delicious)
 
 getDelicious ()
 
 setDepartment ($department)
 
 getDepartment ()
 
 setEmail ($email)
 
 getEmail ()
 
 setExtAccount ($ext_account)
 
 getExtAccount ()
 
 setFax ($fax)
 
 getFax ()
 
 setFeedHash ($feed_hash)
 
 getFeedHash ()
 
 setFirstname ($firstname)
 
 getFirstname ()
 
 setGender ($gender)
 
 getGender ()
 
 setHobby ($hobby)
 
 getHobby ()
 
 setI2passwd ($i2passwd)
 
 getI2passwd ()
 
 setImAim ($im_aim)
 
 getImAim ()
 
 setImIcq ($im_icq)
 
 getImIcq ()
 
 setImJabber ($im_jabber)
 
 getImJabber ()
 
 setImMsn ($im_msn)
 
 getImMsn ()
 
 setImSkype ($im_skype)
 
 getImSkype ()
 
 setImVoip ($im_voip)
 
 getImVoip ()
 
 setImYahoo ($im_yahoo)
 
 getImYahoo ()
 
 setInactivationDate ($inactivation_date)
 
 getInactivationDate ()
 
 setInstitution ($institution)
 
 getInstitution ()
 
 setIsSelfRegistered ($is_self_registered)
 
 getIsSelfRegistered ()
 
 setLastLogin ($last_login)
 
 getLastLogin ()
 
 setLastPasswordChange ($last_password_change)
 
 getLastPasswordChange ()
 
 setLastUpdate ($last_update)
 
 getLastUpdate ()
 
 setLastVisited ($last_visited)
 
 getLastVisited ()
 
 setLastname ($lastname)
 
 getLastname ()
 
 setLatitude ($latitude)
 
 getLatitude ()
 
 setLocZoom ($loc_zoom)
 
 getLocZoom ()
 
 setLogin ($login)
 
 getLogin ()
 
 setLoginAttempts ($login_attempts)
 
 getLoginAttempts ()
 
 setLongitude ($longitude)
 
 getLongitude ()
 
 setMatriculation ($matriculation)
 
 getMatriculation ()
 
 setPasswd ($passwd)
 
 getPasswd ()
 
 setPhoneHome ($phone_home)
 
 getPhoneHome ()
 
 setPhoneMobile ($phone_mobile)
 
 getPhoneMobile ()
 
 setPhoneOffice ($phone_office)
 
 getPhoneOffice ()
 
 setProfileIncomplete ($profile_incomplete)
 
 getProfileIncomplete ()
 
 setReferralComment ($referral_comment)
 
 getReferralComment ()
 
 setRegHash ($reg_hash)
 
 getRegHash ()
 
 setSelCountry ($sel_country)
 
 getSelCountry ()
 
 setStreet ($street)
 
 getStreet ()
 
 setTimeLimitFrom ($time_limit_from)
 
 getTimeLimitFrom ()
 
 setTimeLimitMessage ($time_limit_message)
 
 getTimeLimitMessage ()
 
 setTimeLimitOwner ($time_limit_owner)
 
 getTimeLimitOwner ()
 
 setTimeLimitUnlimited ($time_limit_unlimited)
 
 getTimeLimitUnlimited ()
 
 setTimeLimitUntil ($time_limit_until)
 
 getTimeLimitUntil ()
 
 setTitle ($title)
 
 getTitle ()
 
 setUsrId ($usr_id)
 
 getUsrId ()
 
 setZipcode ($zipcode)
 
 getZipcode ()
 
 setKey ($key)
 
 getKey ()
 
- Public Member Functions inherited from ActiveRecord
 getArConnector ()
 
 getArFieldList ()
 
 getConnectorContainerName ()
 
 setConnectorContainerName ($connector_container_name)
 
 getPrimaryFieldValue ()
 
 setPrimaryFieldValue ($value)
 
 __construct ($primary_key=0, arConnector $connector=NULL)
 
 storeObjectToCache ()
 
 __getConvertedDateFieldsAsArray ($format=NULL)
 
 __asCsv ($separator=';', $header=false)
 
 __asArray ()
 
 __asStdClass ()
 
 __asSerializedObject ()
 
 buildFromArray (array $array)
 
 sleep ($field_name)
 
 wakeUp ($field_name, $field_value)
 
 getArrayForDb ()
 
 getArrayForConnector ()
 
 installConnector ()
 
 store ()
 
 save ()
 
 create ()
 
 copy ($new_id=0)
 
 afterObjectLoad ()
 
 read ()
 
 update ()
 
 delete ()
 
 __call ($name, $arguments)
 

Static Public Member Functions

static returnDbTableName ()
 
- Static Public Member Functions inherited from ActiveRecord
static returnDbTableName ()
 
static installDB ()
 
static renameDBField ($old_name, $new_name)
 
static tableExists ()
 
static fieldExists ($field_name)
 
static removeDBField ($field_name)
 
static updateDB ()
 
static resetDB ()
 
static truncateDB ()
 
static flushDB ()
 
static preloadObjects ()
 
static additionalParams (array $additional_params)
 
static findOrFail ($primary_key, array $add_constructor_args=array())
 Tries to find the object and throws an Exception if object is not found, instead of returning null. More...
 
static findOrGetInstance ($primary_key, array $add_constructor_args=array())
 
static where ($where, $operator=NULL)
 
static innerjoinAR (ActiveRecord $ar, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false)
 
static innerjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false)
 
static leftjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false)
 
static orderBy ($orderBy, $orderDirection='ASC')
 
static dateFormat ($date_format='d.m.Y - H:i:s')
 
static limit ($start, $end)
 
static affectedRows ()
 
static count ()
 
static get ()
 
static debug ()
 
static first ()
 
static getCollection ()
 
static last ()
 
static getFirstFromLastQuery ()
 
static connector (arConnector $connector)
 
static raw ($set_raw=true)
 
static getArray ($key=NULL, $values=NULL)
 
static _toCamelCase ($str, $capitalise_first_char=false)
 

Protected Attributes

 $usr_id
 
 $login
 
 $passwd
 
 $firstname
 
 $lastname
 
 $title
 
 $gender
 
 $email
 
 $institution
 
 $street
 
 $city
 
 $zipcode
 
 $country
 
 $phone_office
 
 $last_login
 
 $last_update
 
 $create_date
 
 $hobby
 
 $department
 
 $phone_home
 
 $phone_mobile
 
 $fax
 
 $i2passwd
 
 $time_limit_owner
 
 $time_limit_unlimited
 
 $time_limit_from
 
 $time_limit_until
 
 $time_limit_message
 
 $referral_comment
 
 $matriculation
 
 $active
 
 $approve_date
 
 $agree_date
 
 $client_ip
 
 $auth_mode
 
 $profile_incomplete
 
 $ext_account
 
 $im_icq
 
 $im_yahoo
 
 $im_msn
 
 $im_aim
 
 $im_skype
 
 $feed_hash
 
 $delicious
 
 $latitude
 
 $longitude
 
 $loc_zoom
 
 $login_attempts
 
 $last_password_change
 
 $im_jabber
 
 $im_voip
 
 $reg_hash
 
 $birthday
 
 $sel_country
 
 $last_visited
 
 $inactivation_date
 
 $is_self_registered
 
- Protected Attributes inherited from ActiveRecord
 $ar_safe_read = true
 
 $connector_container_name = ''
 

Additional Inherited Members

- Data Fields inherited from ActiveRecord
const ACTIVE_RECORD_VERSION = '2.0.7'
 
- Protected Member Functions inherited from ActiveRecord
 serializeToCSV ($field)
 This method is called for every field of your instance if you use __asCsv. More...
 
 installDatabase ()
 
- Static Protected Member Functions inherited from ActiveRecord
static getCalledClass ()
 
static fromCamelCase ($str)
 

Detailed Description

Class arUser.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
2.0.7

Definition at line 10 of file class.arUser.php.

Member Function Documentation

◆ getActive()

arUser::getActive ( )
Returns
int

Definition at line 497 of file class.arUser.php.

References $active.

497  {
498  return $this->active;
499  }

◆ getAgreeDate()

arUser::getAgreeDate ( )
Returns
int

Definition at line 513 of file class.arUser.php.

References $agree_date.

513  {
514  return $this->agree_date;
515  }

◆ getApproveDate()

arUser::getApproveDate ( )
Returns
int

Definition at line 529 of file class.arUser.php.

References $approve_date.

529  {
530  return $this->approve_date;
531  }

◆ getAuthMode()

arUser::getAuthMode ( )
Returns
int

Definition at line 545 of file class.arUser.php.

References $auth_mode.

545  {
546  return $this->auth_mode;
547  }

◆ getBirthday()

arUser::getBirthday ( )
Returns
int

Definition at line 561 of file class.arUser.php.

References $birthday.

561  {
562  return $this->birthday;
563  }

◆ getCity()

arUser::getCity ( )
Returns
int

Definition at line 577 of file class.arUser.php.

References $city.

577  {
578  return $this->city;
579  }

◆ getClientIp()

arUser::getClientIp ( )
Returns
int

Definition at line 593 of file class.arUser.php.

References $client_ip.

593  {
594  return $this->client_ip;
595  }

◆ getCountry()

arUser::getCountry ( )
Returns
int

Definition at line 609 of file class.arUser.php.

References $country.

609  {
610  return $this->country;
611  }

◆ getCreateDate()

arUser::getCreateDate ( )
Returns
int

Definition at line 625 of file class.arUser.php.

References $create_date.

625  {
626  return $this->create_date;
627  }

◆ getDelicious()

arUser::getDelicious ( )
Returns
int

Definition at line 641 of file class.arUser.php.

References $delicious.

641  {
642  return $this->delicious;
643  }

◆ getDepartment()

arUser::getDepartment ( )
Returns
int

Definition at line 657 of file class.arUser.php.

References $department.

657  {
658  return $this->department;
659  }

◆ getEmail()

arUser::getEmail ( )
Returns
int

Definition at line 673 of file class.arUser.php.

References $email.

673  {
674  return $this->email;
675  }

◆ getExtAccount()

arUser::getExtAccount ( )
Returns
int

Definition at line 689 of file class.arUser.php.

References $ext_account.

689  {
690  return $this->ext_account;
691  }

◆ getFax()

arUser::getFax ( )
Returns
int

Definition at line 705 of file class.arUser.php.

References $fax.

705  {
706  return $this->fax;
707  }

◆ getFeedHash()

arUser::getFeedHash ( )
Returns
int

Definition at line 721 of file class.arUser.php.

References $feed_hash.

721  {
722  return $this->feed_hash;
723  }

◆ getFirstname()

arUser::getFirstname ( )
Returns
int

Definition at line 737 of file class.arUser.php.

References $firstname.

737  {
738  return $this->firstname;
739  }

◆ getGender()

arUser::getGender ( )
Returns
int

Definition at line 753 of file class.arUser.php.

References $gender.

753  {
754  return $this->gender;
755  }

◆ getHobby()

arUser::getHobby ( )
Returns
int

Definition at line 769 of file class.arUser.php.

References $hobby.

769  {
770  return $this->hobby;
771  }

◆ getI2passwd()

arUser::getI2passwd ( )
Returns
int

Definition at line 785 of file class.arUser.php.

References $i2passwd.

785  {
786  return $this->i2passwd;
787  }

◆ getImAim()

arUser::getImAim ( )
Returns
int

Definition at line 800 of file class.arUser.php.

References $im_aim.

800  {
801  return $this->im_aim;
802  }

◆ getImIcq()

arUser::getImIcq ( )
Returns
int

Definition at line 816 of file class.arUser.php.

References $im_icq.

816  {
817  return $this->im_icq;
818  }

◆ getImJabber()

arUser::getImJabber ( )
Returns
int

Definition at line 832 of file class.arUser.php.

References $im_jabber.

832  {
833  return $this->im_jabber;
834  }

◆ getImMsn()

arUser::getImMsn ( )
Returns
int

Definition at line 848 of file class.arUser.php.

References $im_msn.

848  {
849  return $this->im_msn;
850  }

◆ getImSkype()

arUser::getImSkype ( )
Returns
int

Definition at line 864 of file class.arUser.php.

References $im_skype.

864  {
865  return $this->im_skype;
866  }

◆ getImVoip()

arUser::getImVoip ( )
Returns
int

Definition at line 880 of file class.arUser.php.

References $im_voip.

880  {
881  return $this->im_voip;
882  }

◆ getImYahoo()

arUser::getImYahoo ( )
Returns
int

Definition at line 896 of file class.arUser.php.

References $im_yahoo.

896  {
897  return $this->im_yahoo;
898  }

◆ getInactivationDate()

arUser::getInactivationDate ( )
Returns
int

Definition at line 912 of file class.arUser.php.

References $inactivation_date.

912  {
914  }
$inactivation_date

◆ getInstitution()

arUser::getInstitution ( )
Returns
int

Definition at line 928 of file class.arUser.php.

References $institution.

928  {
929  return $this->institution;
930  }

◆ getIsSelfRegistered()

arUser::getIsSelfRegistered ( )
Returns
int

Definition at line 944 of file class.arUser.php.

References $is_self_registered.

944  {
946  }
$is_self_registered

◆ getKey()

arUser::getKey ( )
Returns
int

Definition at line 1408 of file class.arUser.php.

1408  {
1409  return $this->key;
1410  }

◆ getLastLogin()

arUser::getLastLogin ( )
Returns
int

Definition at line 960 of file class.arUser.php.

References $last_login.

960  {
961  return $this->last_login;
962  }

◆ getLastname()

arUser::getLastname ( )
Returns
int

Definition at line 1024 of file class.arUser.php.

References $lastname.

1024  {
1025  return $this->lastname;
1026  }

◆ getLastPasswordChange()

arUser::getLastPasswordChange ( )
Returns
int

Definition at line 976 of file class.arUser.php.

References $last_password_change.

976  {
978  }
$last_password_change

◆ getLastUpdate()

arUser::getLastUpdate ( )
Returns
int

Definition at line 992 of file class.arUser.php.

References $last_update.

992  {
993  return $this->last_update;
994  }

◆ getLastVisited()

arUser::getLastVisited ( )
Returns
int

Definition at line 1008 of file class.arUser.php.

References $last_visited.

1008  {
1009  return $this->last_visited;
1010  }

◆ getLatitude()

arUser::getLatitude ( )
Returns
int

Definition at line 1040 of file class.arUser.php.

References $latitude.

1040  {
1041  return $this->latitude;
1042  }

◆ getLocZoom()

arUser::getLocZoom ( )
Returns
int

Definition at line 1056 of file class.arUser.php.

References $loc_zoom.

1056  {
1057  return $this->loc_zoom;
1058  }

◆ getLogin()

arUser::getLogin ( )
Returns
int

Definition at line 1072 of file class.arUser.php.

References $login.

1072  {
1073  return $this->login;
1074  }

◆ getLoginAttempts()

arUser::getLoginAttempts ( )
Returns
int

Definition at line 1088 of file class.arUser.php.

References $login_attempts.

1088  {
1089  return $this->login_attempts;
1090  }

◆ getLongitude()

arUser::getLongitude ( )
Returns
int

Definition at line 1104 of file class.arUser.php.

References $longitude.

1104  {
1105  return $this->longitude;
1106  }

◆ getMatriculation()

arUser::getMatriculation ( )
Returns
int

Definition at line 1120 of file class.arUser.php.

References $matriculation.

1120  {
1121  return $this->matriculation;
1122  }

◆ getPasswd()

arUser::getPasswd ( )
Returns
int

Definition at line 1136 of file class.arUser.php.

References $passwd.

1136  {
1137  return $this->passwd;
1138  }

◆ getPhoneHome()

arUser::getPhoneHome ( )
Returns
int

Definition at line 1152 of file class.arUser.php.

References $phone_home.

1152  {
1153  return $this->phone_home;
1154  }

◆ getPhoneMobile()

arUser::getPhoneMobile ( )
Returns
int

Definition at line 1168 of file class.arUser.php.

References $phone_mobile.

1168  {
1169  return $this->phone_mobile;
1170  }

◆ getPhoneOffice()

arUser::getPhoneOffice ( )
Returns
int

Definition at line 1184 of file class.arUser.php.

References $phone_office.

1184  {
1185  return $this->phone_office;
1186  }

◆ getProfileIncomplete()

arUser::getProfileIncomplete ( )
Returns
int

Definition at line 1200 of file class.arUser.php.

References $profile_incomplete.

1200  {
1202  }
$profile_incomplete

◆ getReferralComment()

arUser::getReferralComment ( )
Returns
int

Definition at line 1216 of file class.arUser.php.

References $referral_comment.

1216  {
1217  return $this->referral_comment;
1218  }

◆ getRegHash()

arUser::getRegHash ( )
Returns
int

Definition at line 1232 of file class.arUser.php.

References $reg_hash.

1232  {
1233  return $this->reg_hash;
1234  }

◆ getSelCountry()

arUser::getSelCountry ( )
Returns
int

Definition at line 1248 of file class.arUser.php.

References $sel_country.

1248  {
1249  return $this->sel_country;
1250  }

◆ getStreet()

arUser::getStreet ( )
Returns
int

Definition at line 1264 of file class.arUser.php.

References $street.

1264  {
1265  return $this->street;
1266  }

◆ getTimeLimitFrom()

arUser::getTimeLimitFrom ( )
Returns
int

Definition at line 1280 of file class.arUser.php.

References $time_limit_from.

1280  {
1281  return $this->time_limit_from;
1282  }

◆ getTimeLimitMessage()

arUser::getTimeLimitMessage ( )
Returns
int

Definition at line 1296 of file class.arUser.php.

References $time_limit_message.

1296  {
1298  }
$time_limit_message

◆ getTimeLimitOwner()

arUser::getTimeLimitOwner ( )
Returns
int

Definition at line 1312 of file class.arUser.php.

References $time_limit_owner.

1312  {
1313  return $this->time_limit_owner;
1314  }

◆ getTimeLimitUnlimited()

arUser::getTimeLimitUnlimited ( )
Returns
int

Definition at line 1328 of file class.arUser.php.

References $time_limit_unlimited.

1328  {
1330  }
$time_limit_unlimited

◆ getTimeLimitUntil()

arUser::getTimeLimitUntil ( )
Returns
int

Definition at line 1344 of file class.arUser.php.

References $time_limit_until.

1344  {
1345  return $this->time_limit_until;
1346  }

◆ getTitle()

arUser::getTitle ( )
Returns
int

Definition at line 1360 of file class.arUser.php.

References $title.

1360  {
1361  return $this->title;
1362  }

◆ getUsrId()

arUser::getUsrId ( )
Returns
int

Definition at line 1376 of file class.arUser.php.

References $usr_id.

1376  {
1377  return $this->usr_id;
1378  }

◆ getZipcode()

arUser::getZipcode ( )
Returns
int

Definition at line 1392 of file class.arUser.php.

References $zipcode.

1392  {
1393  return $this->zipcode;
1394  }

◆ returnDbTableName()

static arUser::returnDbTableName ( )
static
Returns
string

Definition at line 15 of file class.arUser.php.

15  {
16  return 'usr_data';
17  }

◆ setActive()

arUser::setActive (   $active)
Parameters
int$active

Definition at line 489 of file class.arUser.php.

References $active.

489  {
490  $this->active = $active;
491  }

◆ setAgreeDate()

arUser::setAgreeDate (   $agree_date)
Parameters
int$agree_date

Definition at line 505 of file class.arUser.php.

References $agree_date.

505  {
506  $this->agree_date = $agree_date;
507  }

◆ setApproveDate()

arUser::setApproveDate (   $approve_date)
Parameters
int$approve_date

Definition at line 521 of file class.arUser.php.

References $approve_date.

521  {
522  $this->approve_date = $approve_date;
523  }

◆ setAuthMode()

arUser::setAuthMode (   $auth_mode)
Parameters
int$auth_mode

Definition at line 537 of file class.arUser.php.

References $auth_mode.

537  {
538  $this->auth_mode = $auth_mode;
539  }

◆ setBirthday()

arUser::setBirthday (   $birthday)
Parameters
int$birthday

Definition at line 553 of file class.arUser.php.

References $birthday.

553  {
554  $this->birthday = $birthday;
555  }

◆ setCity()

arUser::setCity (   $city)
Parameters
int$city

Definition at line 569 of file class.arUser.php.

References $city.

569  {
570  $this->city = $city;
571  }

◆ setClientIp()

arUser::setClientIp (   $client_ip)
Parameters
int$client_ip

Definition at line 585 of file class.arUser.php.

References $client_ip.

585  {
586  $this->client_ip = $client_ip;
587  }

◆ setCountry()

arUser::setCountry (   $country)
Parameters
int$country

Definition at line 601 of file class.arUser.php.

References $country.

601  {
602  $this->country = $country;
603  }

◆ setCreateDate()

arUser::setCreateDate (   $create_date)
Parameters
int$create_date

Definition at line 617 of file class.arUser.php.

References $create_date.

617  {
618  $this->create_date = $create_date;
619  }

◆ setDelicious()

arUser::setDelicious (   $delicious)
Parameters
int$delicious

Definition at line 633 of file class.arUser.php.

References $delicious.

633  {
634  $this->delicious = $delicious;
635  }

◆ setDepartment()

arUser::setDepartment (   $department)
Parameters
int$department

Definition at line 649 of file class.arUser.php.

References $department.

649  {
650  $this->department = $department;
651  }

◆ setEmail()

arUser::setEmail (   $email)
Parameters
int$email

Definition at line 665 of file class.arUser.php.

References $email.

665  {
666  $this->email = $email;
667  }

◆ setExtAccount()

arUser::setExtAccount (   $ext_account)
Parameters
int$ext_account

Definition at line 681 of file class.arUser.php.

References $ext_account.

681  {
682  $this->ext_account = $ext_account;
683  }

◆ setFax()

arUser::setFax (   $fax)
Parameters
int$fax

Definition at line 697 of file class.arUser.php.

References $fax.

697  {
698  $this->fax = $fax;
699  }

◆ setFeedHash()

arUser::setFeedHash (   $feed_hash)
Parameters
int$feed_hash

Definition at line 713 of file class.arUser.php.

References $feed_hash.

713  {
714  $this->feed_hash = $feed_hash;
715  }

◆ setFirstname()

arUser::setFirstname (   $firstname)
Parameters
int$firstname

Definition at line 729 of file class.arUser.php.

References $firstname.

729  {
730  $this->firstname = $firstname;
731  }

◆ setGender()

arUser::setGender (   $gender)
Parameters
int$gender

Definition at line 745 of file class.arUser.php.

References $gender.

745  {
746  $this->gender = $gender;
747  }

◆ setHobby()

arUser::setHobby (   $hobby)
Parameters
int$hobby

Definition at line 761 of file class.arUser.php.

References $hobby.

761  {
762  $this->hobby = $hobby;
763  }

◆ setI2passwd()

arUser::setI2passwd (   $i2passwd)
Parameters
int$i2passwd

Definition at line 777 of file class.arUser.php.

References $i2passwd.

777  {
778  $this->i2passwd = $i2passwd;
779  }

◆ setImAim()

arUser::setImAim (   $im_aim)
Parameters
int$im_aim

Definition at line 792 of file class.arUser.php.

References $im_aim.

792  {
793  $this->im_aim = $im_aim;
794  }

◆ setImIcq()

arUser::setImIcq (   $im_icq)
Parameters
int$im_icq

Definition at line 808 of file class.arUser.php.

References $im_icq.

808  {
809  $this->im_icq = $im_icq;
810  }

◆ setImJabber()

arUser::setImJabber (   $im_jabber)
Parameters
int$im_jabber

Definition at line 824 of file class.arUser.php.

References $im_jabber.

824  {
825  $this->im_jabber = $im_jabber;
826  }

◆ setImMsn()

arUser::setImMsn (   $im_msn)
Parameters
int$im_msn

Definition at line 840 of file class.arUser.php.

References $im_msn.

840  {
841  $this->im_msn = $im_msn;
842  }

◆ setImSkype()

arUser::setImSkype (   $im_skype)
Parameters
int$im_skype

Definition at line 856 of file class.arUser.php.

References $im_skype.

856  {
857  $this->im_skype = $im_skype;
858  }

◆ setImVoip()

arUser::setImVoip (   $im_voip)
Parameters
int$im_voip

Definition at line 872 of file class.arUser.php.

References $im_voip.

872  {
873  $this->im_voip = $im_voip;
874  }

◆ setImYahoo()

arUser::setImYahoo (   $im_yahoo)
Parameters
int$im_yahoo

Definition at line 888 of file class.arUser.php.

References $im_yahoo.

888  {
889  $this->im_yahoo = $im_yahoo;
890  }

◆ setInactivationDate()

arUser::setInactivationDate (   $inactivation_date)
Parameters
int$inactivation_date

Definition at line 904 of file class.arUser.php.

References $inactivation_date.

904  {
905  $this->inactivation_date = $inactivation_date;
906  }
$inactivation_date

◆ setInstitution()

arUser::setInstitution (   $institution)
Parameters
int$institution

Definition at line 920 of file class.arUser.php.

References $institution.

920  {
921  $this->institution = $institution;
922  }

◆ setIsSelfRegistered()

arUser::setIsSelfRegistered (   $is_self_registered)
Parameters
int$is_self_registered

Definition at line 936 of file class.arUser.php.

References $is_self_registered.

936  {
937  $this->is_self_registered = $is_self_registered;
938  }
$is_self_registered

◆ setKey()

arUser::setKey (   $key)
Parameters
int$key

Definition at line 1400 of file class.arUser.php.

1400  {
1401  $this->key = $key;
1402  }

◆ setLastLogin()

arUser::setLastLogin (   $last_login)
Parameters
int$last_login

Definition at line 952 of file class.arUser.php.

References $last_login.

952  {
953  $this->last_login = $last_login;
954  }

◆ setLastname()

arUser::setLastname (   $lastname)
Parameters
int$lastname

Definition at line 1016 of file class.arUser.php.

References $lastname.

1016  {
1017  $this->lastname = $lastname;
1018  }

◆ setLastPasswordChange()

arUser::setLastPasswordChange (   $last_password_change)
Parameters
int$last_password_change

Definition at line 968 of file class.arUser.php.

References $last_password_change.

968  {
969  $this->last_password_change = $last_password_change;
970  }
$last_password_change

◆ setLastUpdate()

arUser::setLastUpdate (   $last_update)
Parameters
int$last_update

Definition at line 984 of file class.arUser.php.

References $last_update.

984  {
985  $this->last_update = $last_update;
986  }

◆ setLastVisited()

arUser::setLastVisited (   $last_visited)
Parameters
int$last_visited

Definition at line 1000 of file class.arUser.php.

References $last_visited.

1000  {
1001  $this->last_visited = $last_visited;
1002  }

◆ setLatitude()

arUser::setLatitude (   $latitude)
Parameters
int$latitude

Definition at line 1032 of file class.arUser.php.

References $latitude.

1032  {
1033  $this->latitude = $latitude;
1034  }

◆ setLocZoom()

arUser::setLocZoom (   $loc_zoom)
Parameters
int$loc_zoom

Definition at line 1048 of file class.arUser.php.

References $loc_zoom.

1048  {
1049  $this->loc_zoom = $loc_zoom;
1050  }

◆ setLogin()

arUser::setLogin (   $login)
Parameters
int$login

Definition at line 1064 of file class.arUser.php.

References $login.

1064  {
1065  $this->login = $login;
1066  }

◆ setLoginAttempts()

arUser::setLoginAttempts (   $login_attempts)
Parameters
int$login_attempts

Definition at line 1080 of file class.arUser.php.

References $login_attempts.

1080  {
1081  $this->login_attempts = $login_attempts;
1082  }

◆ setLongitude()

arUser::setLongitude (   $longitude)
Parameters
int$longitude

Definition at line 1096 of file class.arUser.php.

References $longitude.

1096  {
1097  $this->longitude = $longitude;
1098  }

◆ setMatriculation()

arUser::setMatriculation (   $matriculation)
Parameters
int$matriculation

Definition at line 1112 of file class.arUser.php.

References $matriculation.

1112  {
1113  $this->matriculation = $matriculation;
1114  }

◆ setPasswd()

arUser::setPasswd (   $passwd)
Parameters
int$passwd

Definition at line 1128 of file class.arUser.php.

References $passwd.

1128  {
1129  $this->passwd = $passwd;
1130  }

◆ setPhoneHome()

arUser::setPhoneHome (   $phone_home)
Parameters
int$phone_home

Definition at line 1144 of file class.arUser.php.

References $phone_home.

1144  {
1145  $this->phone_home = $phone_home;
1146  }

◆ setPhoneMobile()

arUser::setPhoneMobile (   $phone_mobile)
Parameters
int$phone_mobile

Definition at line 1160 of file class.arUser.php.

References $phone_mobile.

1160  {
1161  $this->phone_mobile = $phone_mobile;
1162  }

◆ setPhoneOffice()

arUser::setPhoneOffice (   $phone_office)
Parameters
int$phone_office

Definition at line 1176 of file class.arUser.php.

References $phone_office.

1176  {
1177  $this->phone_office = $phone_office;
1178  }

◆ setProfileIncomplete()

arUser::setProfileIncomplete (   $profile_incomplete)
Parameters
int$profile_incomplete

Definition at line 1192 of file class.arUser.php.

References $profile_incomplete.

1192  {
1193  $this->profile_incomplete = $profile_incomplete;
1194  }
$profile_incomplete

◆ setReferralComment()

arUser::setReferralComment (   $referral_comment)
Parameters
int$referral_comment

Definition at line 1208 of file class.arUser.php.

References $referral_comment.

1208  {
1209  $this->referral_comment = $referral_comment;
1210  }

◆ setRegHash()

arUser::setRegHash (   $reg_hash)
Parameters
int$reg_hash

Definition at line 1224 of file class.arUser.php.

References $reg_hash.

1224  {
1225  $this->reg_hash = $reg_hash;
1226  }

◆ setSelCountry()

arUser::setSelCountry (   $sel_country)
Parameters
int$sel_country

Definition at line 1240 of file class.arUser.php.

References $sel_country.

1240  {
1241  $this->sel_country = $sel_country;
1242  }

◆ setStreet()

arUser::setStreet (   $street)
Parameters
int$street

Definition at line 1256 of file class.arUser.php.

References $street.

1256  {
1257  $this->street = $street;
1258  }

◆ setTimeLimitFrom()

arUser::setTimeLimitFrom (   $time_limit_from)
Parameters
int$time_limit_from

Definition at line 1272 of file class.arUser.php.

References $time_limit_from.

1272  {
1273  $this->time_limit_from = $time_limit_from;
1274  }

◆ setTimeLimitMessage()

arUser::setTimeLimitMessage (   $time_limit_message)
Parameters
int$time_limit_message

Definition at line 1288 of file class.arUser.php.

References $time_limit_message.

1288  {
1289  $this->time_limit_message = $time_limit_message;
1290  }
$time_limit_message

◆ setTimeLimitOwner()

arUser::setTimeLimitOwner (   $time_limit_owner)
Parameters
int$time_limit_owner

Definition at line 1304 of file class.arUser.php.

References $time_limit_owner.

1304  {
1305  $this->time_limit_owner = $time_limit_owner;
1306  }

◆ setTimeLimitUnlimited()

arUser::setTimeLimitUnlimited (   $time_limit_unlimited)
Parameters
int$time_limit_unlimited

Definition at line 1320 of file class.arUser.php.

References $time_limit_unlimited.

1320  {
1321  $this->time_limit_unlimited = $time_limit_unlimited;
1322  }
$time_limit_unlimited

◆ setTimeLimitUntil()

arUser::setTimeLimitUntil (   $time_limit_until)
Parameters
int$time_limit_until

Definition at line 1336 of file class.arUser.php.

References $time_limit_until.

1336  {
1337  $this->time_limit_until = $time_limit_until;
1338  }

◆ setTitle()

arUser::setTitle (   $title)
Parameters
int$title

Definition at line 1352 of file class.arUser.php.

References $title.

1352  {
1353  $this->title = $title;
1354  }

◆ setUsrId()

arUser::setUsrId (   $usr_id)
Parameters
int$usr_id

Definition at line 1368 of file class.arUser.php.

References $usr_id.

1368  {
1369  $this->usr_id = $usr_id;
1370  }

◆ setZipcode()

arUser::setZipcode (   $zipcode)
Parameters
int$zipcode

Definition at line 1384 of file class.arUser.php.

References $zipcode.

1384  {
1385  $this->zipcode = $zipcode;
1386  }

Field Documentation

◆ $active

arUser::$active
protected

Definition at line 271 of file class.arUser.php.

Referenced by getActive(), and setActive().

◆ $agree_date

arUser::$agree_date
protected

Definition at line 287 of file class.arUser.php.

Referenced by getAgreeDate(), and setAgreeDate().

◆ $approve_date

arUser::$approve_date
protected

Definition at line 279 of file class.arUser.php.

Referenced by getApproveDate(), and setApproveDate().

◆ $auth_mode

arUser::$auth_mode
protected

Definition at line 303 of file class.arUser.php.

Referenced by getAuthMode(), and setAuthMode().

◆ $birthday

arUser::$birthday
protected

Definition at line 450 of file class.arUser.php.

Referenced by getBirthday(), and setBirthday().

◆ $city

arUser::$city
protected

Definition at line 110 of file class.arUser.php.

Referenced by getCity(), and setCity().

◆ $client_ip

arUser::$client_ip
protected

Definition at line 295 of file class.arUser.php.

Referenced by getClientIp(), and setClientIp().

◆ $country

arUser::$country
protected

Definition at line 126 of file class.arUser.php.

Referenced by getCountry(), and setCountry().

◆ $create_date

arUser::$create_date
protected

Definition at line 158 of file class.arUser.php.

Referenced by getCreateDate(), and setCreateDate().

◆ $delicious

arUser::$delicious
protected

Definition at line 375 of file class.arUser.php.

Referenced by getDelicious(), and setDelicious().

◆ $department

arUser::$department
protected

Definition at line 174 of file class.arUser.php.

Referenced by getDepartment(), and setDepartment().

◆ $email

arUser::$email
protected

Definition at line 86 of file class.arUser.php.

Referenced by getEmail(), and setEmail().

◆ $ext_account

arUser::$ext_account
protected

Definition at line 319 of file class.arUser.php.

Referenced by getExtAccount(), and setExtAccount().

◆ $fax

arUser::$fax
protected

Definition at line 198 of file class.arUser.php.

Referenced by getFax(), and setFax().

◆ $feed_hash

arUser::$feed_hash
protected

Definition at line 367 of file class.arUser.php.

Referenced by getFeedHash(), and setFeedHash().

◆ $firstname

arUser::$firstname
protected

Definition at line 54 of file class.arUser.php.

Referenced by getFirstname(), and setFirstname().

◆ $gender

arUser::$gender
protected

Definition at line 78 of file class.arUser.php.

Referenced by getGender(), and setGender().

◆ $hobby

arUser::$hobby
protected

Definition at line 166 of file class.arUser.php.

Referenced by getHobby(), and setHobby().

◆ $i2passwd

arUser::$i2passwd
protected

Definition at line 206 of file class.arUser.php.

Referenced by getI2passwd(), and setI2passwd().

◆ $im_aim

arUser::$im_aim
protected

Definition at line 351 of file class.arUser.php.

Referenced by getImAim(), and setImAim().

◆ $im_icq

arUser::$im_icq
protected

Definition at line 327 of file class.arUser.php.

Referenced by getImIcq(), and setImIcq().

◆ $im_jabber

arUser::$im_jabber
protected

Definition at line 426 of file class.arUser.php.

Referenced by getImJabber(), and setImJabber().

◆ $im_msn

arUser::$im_msn
protected

Definition at line 343 of file class.arUser.php.

Referenced by getImMsn(), and setImMsn().

◆ $im_skype

arUser::$im_skype
protected

Definition at line 359 of file class.arUser.php.

Referenced by getImSkype(), and setImSkype().

◆ $im_voip

arUser::$im_voip
protected

Definition at line 434 of file class.arUser.php.

Referenced by getImVoip(), and setImVoip().

◆ $im_yahoo

arUser::$im_yahoo
protected

Definition at line 335 of file class.arUser.php.

Referenced by getImYahoo(), and setImYahoo().

◆ $inactivation_date

arUser::$inactivation_date
protected

Definition at line 474 of file class.arUser.php.

Referenced by getInactivationDate(), and setInactivationDate().

◆ $institution

arUser::$institution
protected

Definition at line 94 of file class.arUser.php.

Referenced by getInstitution(), and setInstitution().

◆ $is_self_registered

arUser::$is_self_registered
protected

Definition at line 483 of file class.arUser.php.

Referenced by getIsSelfRegistered(), and setIsSelfRegistered().

◆ $last_login

arUser::$last_login
protected

Definition at line 142 of file class.arUser.php.

Referenced by getLastLogin(), and setLastLogin().

◆ $last_password_change

arUser::$last_password_change
protected

Definition at line 418 of file class.arUser.php.

Referenced by getLastPasswordChange(), and setLastPasswordChange().

◆ $last_update

arUser::$last_update
protected

Definition at line 150 of file class.arUser.php.

Referenced by getLastUpdate(), and setLastUpdate().

◆ $last_visited

arUser::$last_visited
protected

Definition at line 466 of file class.arUser.php.

Referenced by getLastVisited(), and setLastVisited().

◆ $lastname

arUser::$lastname
protected

Definition at line 62 of file class.arUser.php.

Referenced by getLastname(), and setLastname().

◆ $latitude

arUser::$latitude
protected

Definition at line 383 of file class.arUser.php.

Referenced by getLatitude(), and setLatitude().

◆ $loc_zoom

arUser::$loc_zoom
protected

Definition at line 400 of file class.arUser.php.

Referenced by getLocZoom(), and setLocZoom().

◆ $login

arUser::$login
protected

Definition at line 38 of file class.arUser.php.

Referenced by getLogin(), and setLogin().

◆ $login_attempts

arUser::$login_attempts
protected

Definition at line 409 of file class.arUser.php.

Referenced by getLoginAttempts(), and setLoginAttempts().

◆ $longitude

arUser::$longitude
protected

Definition at line 391 of file class.arUser.php.

Referenced by getLongitude(), and setLongitude().

◆ $matriculation

arUser::$matriculation
protected

Definition at line 262 of file class.arUser.php.

Referenced by getMatriculation(), and setMatriculation().

◆ $passwd

arUser::$passwd
protected

Definition at line 46 of file class.arUser.php.

Referenced by getPasswd(), and setPasswd().

◆ $phone_home

arUser::$phone_home
protected

Definition at line 182 of file class.arUser.php.

Referenced by getPhoneHome(), and setPhoneHome().

◆ $phone_mobile

arUser::$phone_mobile
protected

Definition at line 190 of file class.arUser.php.

Referenced by getPhoneMobile(), and setPhoneMobile().

◆ $phone_office

arUser::$phone_office
protected

Definition at line 134 of file class.arUser.php.

Referenced by getPhoneOffice(), and setPhoneOffice().

◆ $profile_incomplete

arUser::$profile_incomplete
protected

Definition at line 311 of file class.arUser.php.

Referenced by getProfileIncomplete(), and setProfileIncomplete().

◆ $referral_comment

arUser::$referral_comment
protected

Definition at line 254 of file class.arUser.php.

Referenced by getReferralComment(), and setReferralComment().

◆ $reg_hash

arUser::$reg_hash
protected

Definition at line 442 of file class.arUser.php.

Referenced by getRegHash(), and setRegHash().

◆ $sel_country

arUser::$sel_country
protected

Definition at line 458 of file class.arUser.php.

Referenced by getSelCountry(), and setSelCountry().

◆ $street

arUser::$street
protected

Definition at line 102 of file class.arUser.php.

Referenced by getStreet(), and setStreet().

◆ $time_limit_from

arUser::$time_limit_from
protected

Definition at line 230 of file class.arUser.php.

Referenced by getTimeLimitFrom(), and setTimeLimitFrom().

◆ $time_limit_message

arUser::$time_limit_message
protected

Definition at line 246 of file class.arUser.php.

Referenced by getTimeLimitMessage(), and setTimeLimitMessage().

◆ $time_limit_owner

arUser::$time_limit_owner
protected

Definition at line 214 of file class.arUser.php.

Referenced by getTimeLimitOwner(), and setTimeLimitOwner().

◆ $time_limit_unlimited

arUser::$time_limit_unlimited
protected

Definition at line 222 of file class.arUser.php.

Referenced by getTimeLimitUnlimited(), and setTimeLimitUnlimited().

◆ $time_limit_until

arUser::$time_limit_until
protected

Definition at line 238 of file class.arUser.php.

Referenced by getTimeLimitUntil(), and setTimeLimitUntil().

◆ $title

arUser::$title
protected

Definition at line 70 of file class.arUser.php.

Referenced by getTitle(), and setTitle().

◆ $usr_id

arUser::$usr_id
protected

Definition at line 30 of file class.arUser.php.

Referenced by getUsrId(), and setUsrId().

◆ $zipcode

arUser::$zipcode
protected

Definition at line 118 of file class.arUser.php.

Referenced by getZipcode(), and setZipcode().


The documentation for this class was generated from the following file: