Pinhole.PinholeTagDelete
/Pinhole/admin/components/Tag/Delete.php at line 14
Class PinholeTagDelete
SwatObject
└─SiteObject
└─SiteAbstractPage
└─SitePage
└─AdminPage
└─AdminConfirmation
└─AdminDBConfirmation
└─AdminDBDelete
└─PinholeTagDelete
public class PinholeTagDelete
extends AdminDBDelete
- Copyright:
- 2007 silverorange
- License:
- http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
| Fields inherited from Admin.AdminConfirmation |
| ui_xml |
| Method Summary |
| protected void |
buildInternal() Build the page for display. |
| protected void |
processDBData() Process data in the database. |
| Methods inherited from Admin.AdminPage |
| build, buildInternal, buildMessages, createLayout, display, finalize, formsAreAuthenticated, getComponentName, getComponentTitle, getRefererURL, getRelativeURL, init, initInternal, process, processInternal |
Method Detail
/Pinhole/admin/components/Tag/Delete.php at line 51
buildInternal
protected void buildInternal()
Build the page for display
Sub-classes should implement this method to initialize elements of
the page. This method is called at the beginning of . This is useful to do database queries that are
only needed for AdminPage::display() and not , while initialization needed for both display
and process should be included in AdminPage::init().
/Pinhole/admin/components/Tag/Delete.php at line 19
processDBData
protected void processDBData()
Process data in the database
This method is called to process data after an affirmative
confirmation response. Sub-classes should implement this method and
perform whatever actions are necessary process the repsonse.
Delete confirmation page for Tags