Inheritance diagram for BaseInvitations:
Built-in privacy for only selecting the current users invitations, which they can reply to. Also handles sent invitations.
Definition at line 9 of file base-invitations.inc.php.
Public Member Functions | |
__construct ($class= 'Invite') | |
constructor | |
getSearchParamXml () | |
add in extra pages to module | |
getSearchWhere ($params) | |
get only my invites / outvites | |
initSearchPage () | |
prep our search page and make us log in | |
drawHTMLOutput () | |
draw our page, and navigation too | |
Protected Member Functions | |
getSearchNav () | |
get invite navigation html | |
getSearchLinks () | |
get our links for our search pages |
|
constructor
Definition at line 15 of file base-invitations.inc.php. |
|
draw our page, and navigation too
Reimplemented from ObjectManager. Definition at line 72 of file base-invitations.inc.php. References getSearchNav(). |
|
get our links for our search pages
Definition at line 95 of file base-invitations.inc.php. References BaseModule::getLink(), and BaseModule::params(). Referenced by getSearchNav(). |
|
get invite navigation html
Definition at line 84 of file base-invitations.inc.php. References getSearchLinks(). Referenced by drawHTMLOutput(). |
|
add in extra pages to module outvites - invitations i've sent Reimplemented from ObjectManager. Definition at line 26 of file base-invitations.inc.php. |
|
get only my invites / outvites
Reimplemented from ObjectManager. Definition at line 40 of file base-invitations.inc.php. |
|
prep our search page and make us log in
Reimplemented from ObjectManager. Definition at line 57 of file base-invitations.inc.php. References BaseModule::assertLogin(), and BaseModule::params(). |