Todo List
GALRow | --GALTableRow | --GALSeries
[line 135]
[line 132]
[line 133]
[line 134]
GALSeries __construct( GALGallery $glb, $result, &$data, $table)
void canEdit( GALUser $user)
void canView( GALUser $user)
GALCommentIterator countComments( $expr, [GALOrder $order = ""], [string $limit = ""], [string $additional = ""], [bool $super = false])
It adds a comparison expression and ordering by commentID to the arguments and passes them to GALTable::extendedCount().
GALImageIterator countImages( $expr, [GALOrder $order = ""], [string $limit = ""], [string $additional = ""], [bool $super = false])
It adds a comparison expression and ordering by imageID to the arguments and passes them to GALTable::extendedCount().
void delete( [ $super = false])
void get( $field, [ $super = true])
void getID( [ $super = false])
GALCommentIterator loadComments( $expr, [GALOrder $order = ""], [string $limit = ""], [string $additional = ""], [bool $super = false])
It adds a comparison expression and ordering by commentID to the arguments and passes them to GALTable::extendedLoad().
GALImageIterator loadImages( $expr, [GALOrder $order = ""], [string $limit = ""], [string $additional = ""], [bool $super = false])
It adds a comparison expression and ordering by imageID to the arguments and passes them to GALTable::extendedLoad().
void refresh( )
void set( $field, $value, [ $super = false])
void __get( $field)
void __set( $field, $value)