Searched refs:ratings (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Enclosure.php | 143 public $ratings; variable in SimplePie\\Enclosure 195 * @param Rating[]|null $ratings 220 ?array $ratings = null, argument 245 $this->ratings = $ratings; 650 $ratings = $this->get_ratings(); 651 if (isset($ratings[$key])) { 652 return $ratings[$key]; 665 if ($this->ratings !== null) { 666 return $this->ratings;
|
| H A D | Item.php | 2116 … $ratings[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]); 2118 if (is_array($ratings)) { 2119 $ratings = array_values(array_unique($ratings)); 2122 $ratings = $ratings_parent; 2170 …sion, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $…
|