PHP Class PHPFusion\Downloads\Functions

ファイルを表示 Open project: php-fusion/PHP-Fusion Class Usage Examples

Public Methods

Method Description
breadcrumb_arrays ( $index, $id )
downloadCats_breadcrumbs ( $index ) Download Category Breadcrumbs Generator
get_downloadCatData ( $id ) : array | boolean Get Single Download Category Data
get_downloadCats ( ) : array Download Category Hierarchy Full Data
get_downloadCatsData ( ) : array Format Download Category Listing
get_downloadCatsIndex ( ) : array Get Download Category Hierarchy Index
get_download_image_path ( $download_image, $download_image_thumb, boolean | FALSE $hiRes = false ) : boolean | string Get the best available paths for image and thumbnail
validate_download ( $id ) : boolean | string Validate Download
validate_downloadCat ( $id ) : boolean | string Validate Download Cat

Method Details

breadcrumb_arrays() public method

public breadcrumb_arrays ( $index, $id )

downloadCats_breadcrumbs() public static method

Download Category Breadcrumbs Generator
public static downloadCats_breadcrumbs ( $index )
$index

get_downloadCatData() public static method

Get Single Download Category Data
public static get_downloadCatData ( $id ) : array | boolean
$id
return array | boolean

get_downloadCats() public static method

Download Category Hierarchy Full Data
public static get_downloadCats ( ) : array
return array

get_downloadCatsData() public static method

Format Download Category Listing
public static get_downloadCatsData ( ) : array
return array

get_downloadCatsIndex() public static method

Get Download Category Hierarchy Index
public static get_downloadCatsIndex ( ) : array
return array

get_download_image_path() public static method

Get the best available paths for image and thumbnail
public static get_download_image_path ( $download_image, $download_image_thumb, boolean | FALSE $hiRes = false ) : boolean | string
$download_image
$download_image_thumb
$hiRes boolean | FALSE
return boolean | string

validate_download() public static method

Validate Download
public static validate_download ( $id ) : boolean | string
$id
return boolean | string

validate_downloadCat() public static method

Validate Download Cat
public static validate_downloadCat ( $id ) : boolean | string
$id
return boolean | string