WPDev.one
Core Class

Rating

class Rating // Constructor: function Object() { [native code] }

Handles `<media:rating>` or `<itunes:explicit>` tags as defined in Media RSS and iTunes RSS respectively

Methods 4 methods

Method / Return Description
__construct()
void

Constructor, used to input the data

Parameters: $scheme: mixed, $value: mixed
__toString()
string

String-ified version

get_scheme()
(string

Get the organizational scheme for the rating

get_value()
(string

Get the value of the rating

Properties

Property / Type Description
$scheme
mixed
public
No description available.
$value
mixed
public
No description available.

Class Information

Source File
wp-includes/SimplePie/src/Rating.php
Advertisement