Public Member Functions | |
| & | _returnStaticPageFromRow (&$row) |
| deleteStaticPageById ($staticPageId) | |
| duplicatePathExists ($path, $conferenceId, $staticPageId=null) | |
| getInsertStaticPageId () | |
| getLocaleFieldNames () | |
| getStaticPage ($staticPageId) | |
| getStaticPageByPath ($conferenceId, $path) | |
| & | getStaticPagesByConferenceId ($conferenceId, $rangeInfo=null) |
| insertStaticPage (&$staticPage) | |
| updateLocaleFields (&$staticPage) | |
| updateStaticPage (&$staticPage) | |
Definition at line 16 of file StaticPagesDAO.inc.php.
| StaticPagesDAO.duplicatePathExists | ( | $ | path, | |
| $ | conferenceId, | |||
| $ | staticPageId = null | |||
| ) |
Find duplicate path
| $path | String | |
| conferenceId | int | |
| $staticPageId | int |
Definition at line 139 of file StaticPagesDAO.inc.php.
| StaticPagesDAO.getLocaleFieldNames | ( | ) |
Get field names for which data is localized.
Definition at line 118 of file StaticPagesDAO.inc.php.
| StaticPagesDAO.updateLocaleFields | ( | &$ | staticPage | ) |
Update the localized data for this object
| $author | object |
Definition at line 126 of file StaticPagesDAO.inc.php.
Referenced by insertStaticPage(), and updateStaticPage().
1.4.7