pfeifferNet

Chapters
in package

Define pfic site chapters taxonomy.

Creates taxonomy to organise recipes into book chapters.

Tags
since
1.0.0
5.5.0

Inherit standard singleton class.

5.11.0

Deprecated global singleton.

used-by
Chapter::__construct()
Print_Recipes::__construct()

Table of Contents

Constants

TAXONOMY_NAME  : string = 'pfic_chapter'
The name of the chapter taxonomy.

Properties

$instances  : array<string|int, object>
The array of instances of this class and sub-classes.

Methods

deregister()  : void
Deregister the post series custom taxonomy.
get_instance()  : object
Creates and/or returns the instance of this class.
get_name()  : string
Return custom taxonomy name.
register()  : mixed
Register chapters custom taxonomy.
__construct()  : void
Initialise the class and set its properties.

Constants

TAXONOMY_NAME

The name of the chapter taxonomy.

protected string TAXONOMY_NAME = 'pfic_chapter'
Tags
since
5.3.0

Properties

$instances

The array of instances of this class and sub-classes.

protected static array<string|int, object> $instances = array()
Tags
since
5.11.0

Methods

get_instance()

Creates and/or returns the instance of this class.

public static get_instance() : object
Tags
since
5.11.0
Return values
object

The instance of this class.

__construct()

Initialise the class and set its properties.

protected __construct() : void
Tags
since
5.11.0

        
On this page

Search results