PHP Class SimplePie_Enclosure, ojs

Used by {@see \SimplePie_Item::get_enclosure()} and {@see \SimplePie_Item::get_enclosures()} This class can be overloaded with {@see \SimplePie::set_enclosure_class()}
Datei anzeigen Open project: pkp/ojs

Public Properties

Property Type Description
$bitrate
$captions
$categories
$channels
$copyright
$credits
$description
$duration
$expression
$framerate
$handler
$hashes
$height
$javascript
$keywords
$lang
$length
$link
$medium
$player
$ratings
$restrictions
$samplingrate
$thumbnails
$title
$type
$width

Public Methods

Method Description
SimplePie_Enclosure ( $link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null ) Constructor, used to input the data
__toString ( )
embed ( $options = '', $native = false )
get_bitrate ( )
get_caption ( $key )
get_captions ( )
get_categories ( )
get_category ( $key )
get_channels ( )
get_copyright ( )
get_credit ( $key )
get_credits ( )
get_description ( )
get_duration ( $convert = false )
get_expression ( )
get_extension ( )
get_framerate ( )
get_handler ( )
get_hash ( $key )
get_hashes ( )
get_height ( )
get_keyword ( $key )
get_keywords ( )
get_language ( )
get_length ( )
get_link ( )
get_medium ( )
get_player ( )
get_rating ( $key )
get_ratings ( )
get_real_type ( $find_handler = false )
get_restriction ( $key )
get_restrictions ( )
get_sampling_rate ( )
get_size ( )
get_thumbnail ( $key )
get_thumbnails ( )
get_title ( )
get_type ( )
get_width ( )
native_embed ( $options = '' )

Method Details

SimplePie_Enclosure() public method

Constructor, used to input the data
public SimplePie_Enclosure ( $link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null )

__toString() public method

public __toString ( )

embed() public method

public embed ( $options = '', $native = false )

get_bitrate() public method

public get_bitrate ( )

get_caption() public method

public get_caption ( $key )

get_captions() public method

public get_captions ( )

get_categories() public method

public get_categories ( )

get_category() public method

public get_category ( $key )

get_channels() public method

public get_channels ( )

get_credit() public method

public get_credit ( $key )

get_credits() public method

public get_credits ( )

get_description() public method

public get_description ( )

get_duration() public method

public get_duration ( $convert = false )

get_expression() public method

public get_expression ( )

get_extension() public method

public get_extension ( )

get_framerate() public method

public get_framerate ( )

get_handler() public method

public get_handler ( )

get_hash() public method

public get_hash ( $key )

get_hashes() public method

public get_hashes ( )

get_height() public method

public get_height ( )

get_keyword() public method

public get_keyword ( $key )

get_keywords() public method

public get_keywords ( )

get_language() public method

public get_language ( )

get_length() public method

public get_length ( )

get_medium() public method

public get_medium ( )

get_player() public method

public get_player ( )

get_rating() public method

public get_rating ( $key )

get_ratings() public method

public get_ratings ( )

get_real_type() public method

public get_real_type ( $find_handler = false )

get_restriction() public method

public get_restriction ( $key )

get_restrictions() public method

public get_restrictions ( )

get_sampling_rate() public method

public get_sampling_rate ( )

get_size() public method

public get_size ( )

get_thumbnail() public method

public get_thumbnail ( $key )

get_thumbnails() public method

public get_thumbnails ( )

get_title() public method

public get_title ( )

get_type() public method

public get_type ( )

get_width() public method

public get_width ( )

native_embed() public method

public native_embed ( $options = '' )

Property Details

$bitrate public_oe property

public $bitrate

$captions public_oe property

public $captions

$categories public_oe property

public $categories

$channels public_oe property

public $channels

$credits public_oe property

public $credits

$description public_oe property

public $description

$duration public_oe property

public $duration

$expression public_oe property

public $expression

$framerate public_oe property

public $framerate

$handler public_oe property

public $handler

$hashes public_oe property

public $hashes

$height public_oe property

public $height

$javascript public_oe property

public $javascript

$keywords public_oe property

public $keywords

$lang public_oe property

public $lang

$length public_oe property

public $length

$medium public_oe property

public $medium

$player public_oe property

public $player

$ratings public_oe property

public $ratings

$restrictions public_oe property

public $restrictions

$samplingrate public_oe property

public $samplingrate

$thumbnails public_oe property

public $thumbnails

$title public_oe property

public $title

$type public_oe property

public $type

$width public_oe property

public $width