Admin Page Framework Documentation
  • Package
  • Class
  • Tree

Packages

  • AdminPageFramework
    • AdminPage
    • Factory
    • FieldType
    • MetaBox
    • NetworkAdmin
    • PageMetaBox
    • PostType
    • TaxonomyField
    • Widget

Classes

  • AdminPageFramework_Widget
  • AdminPageFramework_Widget_Controller
  • AdminPageFramework_Widget_Model
  • AdminPageFramework_Widget_View

Class AdminPageFramework_Widget_Documentation

Provides an abstract base to create widgets and their forms.

Usage

  1. Extend the AdminPageFramework_Widget factory class.
  2. Define the form in load() method.
  3. Define the front-end output of the widget in content() method.
  4. Instantiate the class by passing the widget title in the first parameter.
Abstract
Package: AdminPageFramework\Widget
Since: 3.3.0
Example: ../../../example/APF_Widget.php
Heading: Widget
Located at _document/AdminPageFramework_Widget_Documentation.php
Admin Page Framework Documentation generated by ApiGen 2.8.0