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
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. Returnsarray 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.
|