Public Member Functions | Protected Attributes

AdminGuestbook_List Class Reference

Inheritance diagram for AdminGuestbook_List:
Collaboration diagram for AdminGuestbook_List:

List of all members.

Public Member Functions

 render ()

Protected Attributes

 $_sThisTemplate = 'adminguestbook_list.tpl'
 $_sListClass = 'oxgbentry'
 $_sDefSortField = 'oxcreate'
 $_blDesc = true

Detailed Description

Guestbook records list manager. Returns template, that arranges guestbook records list. Admin Menu: User information -> Guestbook.

Definition at line 8 of file adminguestbook_list.php.


Member Function Documentation

AdminGuestbook_List.render (  ) 

Executes parent method parent.render(), gets entries with authors and returns template file name "admin_guestbook.tpl".

Returns:
string

Reimplemented from oxAdminList.

Definition at line 43 of file adminguestbook_list.php.


Member Data Documentation

AdminGuestbook_List.$_blDesc = true [protected]

Reimplemented from oxAdminList.

Definition at line 35 of file adminguestbook_list.php.

AdminGuestbook_List.$_sDefSortField = 'oxcreate' [protected]

Reimplemented from oxAdminList.

Definition at line 28 of file adminguestbook_list.php.

AdminGuestbook_List.$_sListClass = 'oxgbentry' [protected]

Reimplemented from oxAdminList.

Definition at line 21 of file adminguestbook_list.php.

AdminGuestbook_List.$_sThisTemplate = 'adminguestbook_list.tpl' [protected]

Reimplemented from oxAdminView.

Definition at line 14 of file adminguestbook_list.php.


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