Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
blog_filter_tag Class Reference

This filter defines a tag by which blog entries should be searched. More...

Inheritance diagram for blog_filter_tag:
blog_filter

Public Member Functions

 __construct ($id)
 Constructor. More...
 

Static Public Member Functions

static get_instance ($id, $type)
 TODO This is poor design. More...
 

Public Attributes

array $availabletypes = array()
 An array of strings representing the available filter types for each blog_filter. More...
 
array $conditions = array()
 An array of WHERE conditions $conditions.
 
int $id
 The unique ID for a filter's associated record $id.
 
 $overrides = array()
 An array of filter types which this particular filter type overrides: their conditions will not be evaluated.
 
array $params = array()
 An array of SQL params $params.
 
 $tables = array('t' => 'tag', 'ti' => 'tag_instance', 'p' => 'post')
 
string $type
 The type of filter (for example, types of blog_filter_context are site, course and module) $type.
 

Detailed Description

This filter defines a tag by which blog entries should be searched.

Constructor & Destructor Documentation

◆ __construct()

blog_filter_tag::__construct (   $id)

Constructor.

Return values
void

Member Function Documentation

◆ get_instance()

static blog_filter::get_instance (   $id,
  $type 
)
staticinherited

TODO This is poor design.

A parent class should not know anything about its children. The default case helps to resolve this design issue

Member Data Documentation

◆ $availabletypes

array blog_filter::$availabletypes = array()
inherited

An array of strings representing the available filter types for each blog_filter.

$availabletypes


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