Admin Page Framework Documentation

Packages

  • AdminPageFramework
    • Common
      • Factory
      • Form
        • FieldType
      • Utility
    • Factory
      • AdminPage
      • MetaBox
      • NetworkAdmin
      • PageMetaBox
      • PostType
      • TaxonomyField
      • TermMeta
      • UserMeta
      • Widget
    • Utility

Classes

  • AdminPageFramework_PostType
  • AdminPageFramework_PostType_Controller
  • AdminPageFramework_PostType_View

Resources

  • Tutorials
  • Support
  • Reporting Issues

Class AdminPageFramework_PostType_View

Provides methods of views for the post type factory class.

Those methods are internal and deal with printing outputs.

Abstract
Package: AdminPageFramework\Factory\PostType
Since: 3.0.4
Extends: AdminPageFramework_PostType_Model
Located at factory/post_type/AdminPageFramework_PostType_View.php

Methods summary

public
# _replyToSetUpHooksForView( )

Called when the current screen is determined.

Since

3.7.9

Callback

action load_{post type slug}
public array
# _replyToModifyActionLinks( mixed $aActionLinks, mixed $oPost )

Modifies the action links for the post listing table.

Returns

array

Since

3.7.3

Callback

filter post_row_actions
public
# content( mixed $sContent )

Filters the post type post content.

This method is called in the same timing of the content_{instantiated class name.}. This is shorthand for it.

Since

3.1.5

Remark

This class should be overridden in the extended class.

Magic methods summary

Properties summary

Related

Direct known subclasses

AdminPageFramework_PostType_Controller

Indirect known subclasses

AdminPageFramework_PostType

If you find undocumented functionality, please report it here.

Admin Page Framework