PHP Класс Pressbooks\Taxonomy

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$currentVersion integer The value for option: pressbooks_taxonomy_version

Открытые методы

Метод Описание
__construct ( )
getBackMatterType ( $id ) : string Return the first (and only) back-matter-type for a specific post
getChapterType ( $id ) : string Return the first (and only) chapter-type for a specific post
getFrontMatterType ( $id ) : string Return the first (and only) front-matter-type for a specific post
insertTerms ( ) Insert Front Matter, Back Matter terms and Chapter Terms
registerTaxonomies ( ) Create a custom taxonomy for Chapter, Front Matter and Back Matter post types
upgrade ( integer $version ) Upgrade metadata.
upgradeChapterTypes ( ) Upgrade Chapter Types.

Описание методов

__construct() публичный Метод

public __construct ( )

getBackMatterType() статический публичный Метод

Return the first (and only) back-matter-type for a specific post
static public getBackMatterType ( $id ) : string
$id
Результат string

getChapterType() статический публичный Метод

Return the first (and only) chapter-type for a specific post
static public getChapterType ( $id ) : string
$id
Результат string

getFrontMatterType() статический публичный Метод

Return the first (and only) front-matter-type for a specific post
static public getFrontMatterType ( $id ) : string
$id
Результат string

insertTerms() статический публичный Метод

Insert Front Matter, Back Matter terms and Chapter Terms
static public insertTerms ( )

registerTaxonomies() статический публичный Метод

Create a custom taxonomy for Chapter, Front Matter and Back Matter post types
static public registerTaxonomies ( )

upgrade() публичный Метод

Upgrade metadata.
public upgrade ( integer $version )
$version integer

upgradeChapterTypes() публичный Метод

Upgrade Chapter Types.
public upgradeChapterTypes ( )

Описание свойств

$currentVersion статическое публичное свойство

The value for option: pressbooks_taxonomy_version
См. также: upgrade()
static public int $currentVersion
Результат integer