Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Handles <media:rating>
or <itunes:explicit>
tags as defined in Media RSS and iTunes RSS respectively.
More...
Public Member Functions | |
__construct ($scheme=null, $value=null) | |
Constructor, used to input the data. | |
__toString () | |
String-ified version. | |
get_scheme () | |
Get the organizational scheme for the rating. | |
get_value () | |
Get the value of the rating. | |
Public Attributes | |
string | $scheme |
Rating scheme. | |
string | $value |
Rating value. | |
Handles <media:rating>
or <itunes:explicit>
tags as defined in Media RSS and iTunes RSS respectively.
Used by {
This class can be overloaded with {
@subpackage API
Rating::__construct | ( | $scheme = null, | |
$value = null ) |
Constructor, used to input the data.
For documentation on all the parameters, see the corresponding properties and their accessors
Rating::__toString | ( | ) |
String-ified version.
string |
Rating::get_scheme | ( | ) |
Get the organizational scheme for the rating.
string|null |
Rating::get_value | ( | ) |
Get the value of the rating.
string|null |
string Rating::$scheme |
Rating scheme.
string Rating::$value |
Rating value.