PHP 클래스 Pressbooks\Taxonomy

파일 보기 프로젝트 열기: pressbooks/pressbooks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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