PHP Class PHPFusion\Forums\ThreadTags

Inheritance: extends ForumServer
ファイルを表示 Open project: php-fusion/PHP-Fusion

Public Properties

Property Type Description
$tag_info

Public Methods

Method Description
cache_tags ( )
display_thread_tags ( $thread_tags ) Displays current thread tags
get_TagInfo ( )
get_tagOpts ( boolean | FALSE $is_dropdown = FALSE ) : array Get Tag Options for Dropdown Selector
get_tag_thread ( string $tag_id = '0', boolean | FALSE $filter = FALSE ) : array Get thread structure when given specific tag id
set_TagInfo ( boolean | TRUE $setTitle = TRUE ) Fetches all Forum Tag Table records

Method Details

cache_tags() public method

public cache_tags ( )

display_thread_tags() public method

Displays current thread tags
public display_thread_tags ( $thread_tags )

get_TagInfo() public method

public get_TagInfo ( )

get_tagOpts() public method

Get Tag Options for Dropdown Selector
public get_tagOpts ( boolean | FALSE $is_dropdown = FALSE ) : array
$is_dropdown boolean | FALSE - is used in dropdown?
return array

get_tag_thread() public static method

Get thread structure when given specific tag id
public static get_tag_thread ( string $tag_id = '0', boolean | FALSE $filter = FALSE ) : array
$tag_id string
$filter boolean | FALSE
return array

set_TagInfo() public method

Fetches all Forum Tag Table records
public set_TagInfo ( boolean | TRUE $setTitle = TRUE )
$setTitle boolean | TRUE

Property Details

$tag_info public_oe property

public $tag_info