Class: GALUser
Source Location: /libgallue/user.inc.php
Inherited Variables
|
Inherited Methods
|
Class Details
[line 291]
Class Variables
Class Methods
constructor __construct [line 303]
method canEdit [line 836]
method canSelfEdit [line 840]
method canView [line 831]
method checkPassword [line 826]
void checkPassword(
$password)
|
|
Parameters:
method countCategories [line 648]
GALCategoryIterator countCategories(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Counts categories owned by this user. It adds a comparison expression and ordering by categoryID to the arguments and passes them to GALTable::extendedCount().
Tags:
Parameters:
method countComments [line 723]
GALCommentIterator countComments(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Counts user comments by this user. It adds a comparison expression and ordering by commentID to the arguments and passes them to GALTable::extendedCount().
Tags:
Parameters:
method countFilms [line 623]
GALFilmIterator countFilms(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Counts films owned by this user. It adds a comparison expression and ordering by filmID to the arguments and passes them to GALTable::extendedCount().
Tags:
Parameters:
method countGroups [line 673]
GALGroupIterator countGroups(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Counts groups owned by this user. It adds a comparison expression and ordering by groupID to the arguments and passes them to GALTable::extendedCount().
Tags:
Parameters:
method countImages [line 698]
GALImageIterator countImages(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Counts images owned by this user. It adds a comparison expression and ordering by imageID to the arguments and passes them to GALTable::extendedCount().
Tags:
Parameters:
method countLogins [line 748]
GALLoginIterator countLogins(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Counts logins of this user. It adds a comparison expression and ordering by loginID to the arguments and passes them to GALTable::extendedCount().
Tags:
Parameters:
method countSeries [line 598]
GALSeriesIterator countSeries(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Counts series owned by this user. It adds a comparison expression and ordering by seriesID to the arguments and passes them to GALTable::extendedCount().
Tags:
Parameters:
method countTokens [line 773]
GALTokenIterator countTokens(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Counts tokens of this user. It adds a comparison expression and ordering by tokenID to the arguments and passes them to GALTable::extendedCount().
Tags:
Parameters:
method delete [line 869]
void delete(
[
$super = false])
|
|
Overrides GALTableRow::delete() (Deletes this row from the database.)
Parameters:
method get [line 312]
void get(
$field, [
$super = true])
|
|
Overrides GALRow::get() (Returns the value of a field.)
Parameters:
method getID [line 382]
void getID(
[
$super = false])
|
|
Parameters:
method isLoggedIn [line 823]
method loadCategories [line 448]
GALCategoryIterator loadCategories(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Loads categories owned by this user. It adds a comparison expression and ordering by categoryID to the arguments and passes them to GALTable::extendedLoad().
Tags:
Parameters:
method loadComments [line 523]
GALCommentIterator loadComments(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Loads user comments by this user. It adds a comparison expression and ordering by commentID to the arguments and passes them to GALTable::extendedLoad().
Tags:
Parameters:
method loadFilms [line 423]
GALFilmIterator loadFilms(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Loads films owned by this user. It adds a comparison expression and ordering by filmID to the arguments and passes them to GALTable::extendedLoad().
Tags:
Parameters:
method loadGroups [line 473]
GALGroupIterator loadGroups(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Loads groups owned by this user. It adds a comparison expression and ordering by groupID to the arguments and passes them to GALTable::extendedLoad().
Tags:
Parameters:
method loadImages [line 498]
GALImageIterator loadImages(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Loads images owned by this user. It adds a comparison expression and ordering by imageID to the arguments and passes them to GALTable::extendedLoad().
Tags:
Parameters:
method loadLogins [line 548]
GALLoginIterator loadLogins(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Loads logins of this user. It adds a comparison expression and ordering by loginID to the arguments and passes them to GALTable::extendedLoad().
Tags:
Parameters:
method loadSeries [line 398]
GALSeriesIterator loadSeries(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Loads series owned by this user. It adds a comparison expression and ordering by seriesID to the arguments and passes them to GALTable::extendedLoad().
Tags:
Parameters:
method loadTokens [line 573]
GALTokenIterator loadTokens(
$expr, [GALOrder
$order = ""], [string
$limit = ""], [string
$additional = ""], [bool
$super = false])
|
|
Loads tokens of this user. It adds a comparison expression and ordering by tokenID to the arguments and passes them to GALTable::extendedLoad().
Tags:
Parameters:
method login [line 852]
method logout [line 861]
method refresh [line 811]
method set [line 790]
void set(
$field,
$value, [
$super = false])
|
|
Overrides GALTableRow::set() (Sets the specified field of this row to the specified value.)
Parameters:
method __get [line 309]
Overrides GALRow::__get() (Magic method to access this row's fields like native PHP properties.)
Parameters:
method __set [line 786]
void __set(
$field,
$value)
|
|
Overrides GALTableRow::__set() (Magic method to set a field of this row almost like a native PHP property.)
Parameters:
|
|