Dotclear 2.24
Loading...
Searching...
No Matches
adminPostFilter Class Reference
Inheritance diagram for adminPostFilter:
adminGenericFilterV2

Public Member Functions

 __construct (string $type='posts', string $post_type='')
 
 getPostUserFilter ()
 
 getPostCategoriesFilter ()
 
 getPostStatusFilter ()
 
 getPostFormatFilter ()
 
 getPostPasswordFilter ()
 
 getPostSelectedFilter ()
 
 getPostAttachmentFilter ()
 
 getPostMonthFilter ()
 
 getPostLangFilter ()
 
 getPostCommentFilter ()
 
 getPostTrackbackFilter ()
 
- Public Member Functions inherited from adminGenericFilterV2
 __construct (string $type)
 
 userOptions (?string $option=null)
 
 values (bool $escape=false, bool $ui_only=false)
 
 value (string $id, ?string $undefined=null)
 
 __get (string $id)
 
 add ($filter=null, $value=null)
 
 remove (string $id)
 
 params ()
 
 show (bool $set=false)
 
 js (string $reset_url='')
 
 display ($adminurl, string $extra='')
 

Static Public Member Functions

static getPostFormatParam ($f)
 
static getPostPasswordParam ($f)
 
static getPostMonthParam ($f)
 
static getPostYearParam ($f)
 
static getPostCommentParam ($f)
 
static getPostTrackbackParam ($f)
 

Protected Attributes

 $post_type = 'post'
 
- Protected Attributes inherited from adminGenericFilterV2
 $type
 
 $filters = []
 
 $show = false
 
 $has_user_pref = false
 

Additional Inherited Members

- Protected Member Functions inherited from adminGenericFilterV2
 parseOptions ()
 

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getPostUserFilter()

getPostUserFilter ( )

Posts users select

References dcCore\app(), dcAdminCombos\getUsersCombo(), and dcUtils\lexicalKeySort().

Referenced by __construct().

◆ getPostCategoriesFilter()

getPostCategoriesFilter ( )

Posts categories select

References dcCore\app(), and html\escapeHTML().

Referenced by __construct().

◆ getPostStatusFilter()

getPostStatusFilter ( )

Posts status select

References dcAdminCombos\getPostStatusesCombo(), and dcAdminFilter\param().

Referenced by __construct().

◆ getPostFormatFilter()

getPostFormatFilter ( )

Posts format select

References dcCore\app().

Referenced by __construct().

◆ getPostFormatParam()

static getPostFormatParam (   $f)
static

◆ getPostPasswordFilter()

getPostPasswordFilter ( )

Posts password state select

References dcAdminFilter\param().

Referenced by __construct().

◆ getPostPasswordParam()

static getPostPasswordParam (   $f)
static

◆ getPostSelectedFilter()

getPostSelectedFilter ( )

Posts selected state select

References dcAdminFilter\param().

Referenced by __construct().

◆ getPostAttachmentFilter()

getPostAttachmentFilter ( )

Posts attachment state select

References dcAdminFilter\param().

Referenced by __construct().

◆ getPostMonthFilter()

getPostMonthFilter ( )

Posts by month select

References dcCore\app(), and dcAdminCombos\getDatesCombo().

Referenced by __construct().

◆ getPostMonthParam()

static getPostMonthParam (   $f)
static

◆ getPostYearParam()

static getPostYearParam (   $f)
static

◆ getPostLangFilter()

getPostLangFilter ( )

Posts lang select

References dcCore\app(), and dcAdminCombos\getLangsCombo().

Referenced by __construct().

◆ getPostCommentFilter()

getPostCommentFilter ( )

Posts comments state select

References dcAdminFilter\param().

Referenced by __construct().

◆ getPostCommentParam()

static getPostCommentParam (   $f)
static

◆ getPostTrackbackFilter()

getPostTrackbackFilter ( )

Posts trackbacks state select

References dcAdminFilter\param().

Referenced by __construct().

◆ getPostTrackbackParam()

static getPostTrackbackParam (   $f)
static

Field Documentation

◆ $post_type

$post_type = 'post'
protected

Referenced by __construct().


The documentation for this class was generated from the following file: